Uses of Class
io.ray.api.options.ActorCreationOptions.Builder
Packages that use ActorCreationOptions.Builder
-
Uses of ActorCreationOptions.Builder in io.ray.api.call
Fields in io.ray.api.call declared as ActorCreationOptions.Builder -
Uses of ActorCreationOptions.Builder in io.ray.api.options
Methods in io.ray.api.options that return ActorCreationOptions.BuilderModifier and TypeMethodDescriptionActorCreationOptions.Builder.setConcurrencyGroups(List<ConcurrencyGroup> concurrencyGroups)Set the concurrency groups for this actor.ActorCreationOptions.Builder.setGlobalName(String name)Set the name of this actor.ActorCreationOptions.Builder.setJvmOptions(String jvmOptions)Deprecated.ActorCreationOptions.Builder.setJvmOptions(List<String> jvmOptions)Set the JVM options for the Java worker that this actor is running in.ActorCreationOptions.Builder.setMaxConcurrency(int maxConcurrency)Set the max number of concurrent calls to allow for this actor.ActorCreationOptions.Builder.setMaxRestarts(int maxRestarts)This specifies the maximum number of times that the actor should be restarted when it dies unexpectedly.Set the actor name of a named actor.ActorCreationOptions.Builder.setPlacementGroup(PlacementGroup group, int bundleIndex)Set the placement group to place this actor in.ActorCreationOptions.Builder.setResource(String resourceName, Double resourceQuantity)Set a custom resource requirement to reserve for the lifetime of this actor.ActorCreationOptions.Builder.setResources(Map<String,Double> resources)Set custom resource requirements to reserve for the lifetime of this actor.
setJvmOptions(List)instead.