Uses of Class
io.ray.api.options.ActorCreationOptions
Packages that use ActorCreationOptions
-
Uses of ActorCreationOptions in io.ray.api.call
Methods in io.ray.api.call that return ActorCreationOptions -
Uses of ActorCreationOptions in io.ray.api.options
Methods in io.ray.api.options that return ActorCreationOptions -
Uses of ActorCreationOptions in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type ActorCreationOptionsModifier and TypeMethodDescriptionRayRuntime.createActor(PyActorClass pyActorClass, Object[] args, ActorCreationOptions options)Create a Python actor on a remote node.<T> ActorHandle<T>RayRuntime.createActor(RayFunc actorFactoryFunc, Object[] args, ActorCreationOptions options)Create an actor on a remote node.