Uses of Class
io.ray.api.call.ActorCreator
Packages that use ActorCreator
-
Uses of ActorCreator in io.ray.api.call
Methods in io.ray.api.call that return ActorCreatorModifier and TypeMethodDescriptionActorCreator.setConcurrencyGroups(ConcurrencyGroup... groups)Set the concurrency groups for this actor to declare how to perform tasks concurrently.ActorCreator.setJvmOptions(List<String> jvmOptions)Set the JVM options for the Java worker that this actor is running in.