Uses of Interface
io.ray.api.BaseActorHandle
Packages that use BaseActorHandle
-
Uses of BaseActorHandle in io.ray.api
Subinterfaces of BaseActorHandle in io.ray.apiModifier and TypeInterfaceDescriptioninterfaceActorHandle<A>A handle to a Java actor.interfaceHandle of a Python actor.Methods in io.ray.api with type parameters of type BaseActorHandleModifier and TypeMethodDescriptionstatic <T extends BaseActorHandle>
Optional<T>Get a handle to a named actor of current job.static <T extends BaseActorHandle>
Optional<T>Ray.getGlobalActor(String name)Get a handle to a global named actor.Methods in io.ray.api with parameters of type BaseActorHandleModifier and TypeMethodDescriptionstatic <T> ObjectRef<T>Ray.put(T obj, BaseActorHandle owner)Store an object in the object store and assign its ownership to owner. -
Uses of BaseActorHandle in io.ray.api.runtime
Methods in io.ray.api.runtime with type parameters of type BaseActorHandleModifier and TypeMethodDescription<T extends BaseActorHandle>
Optional<T>Get a handle to a named actor.<T extends BaseActorHandle>
TRayRuntime.getActorHandle(ActorId actorId)Methods in io.ray.api.runtime with parameters of type BaseActorHandleModifier and TypeMethodDescriptionvoidRayRuntime.killActor(BaseActorHandle actor, boolean noRestart)Kill the actor immediately.<T> ObjectRef<T>RayRuntime.put(T obj, BaseActorHandle owner)Store an object in the object store, and assign its ownership to owner. -
Uses of BaseActorHandle in io.ray.api.runtimecontext
Methods in io.ray.api.runtimecontext with type parameters of type BaseActorHandleModifier and TypeMethodDescription<T extends BaseActorHandle>
TRuntimeContext.getCurrentActorHandle()Get the handle to the current actor itself.