Uses of Class
io.ray.api.id.ActorId
Packages that use ActorId
-
Uses of ActorId in io.ray.api
Methods in io.ray.api that return ActorId -
Uses of ActorId in io.ray.api.id
Fields in io.ray.api.id declared as ActorIdMethods in io.ray.api.id that return ActorIdModifier and TypeMethodDescriptionstatic ActorIdActorId.fromByteBuffer(ByteBuffer bb)static ActorIdActorId.fromBytes(byte[] bytes)static ActorIdActorId.fromRandom()Generate an ActorId with random value. -
Uses of ActorId in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type ActorIdModifier and TypeMethodDescription<T extends BaseActorHandle>
TRayRuntime.getActorHandle(ActorId actorId) -
Uses of ActorId in io.ray.api.runtimecontext
Methods in io.ray.api.runtimecontext that return ActorId