Uses of Enum Class
io.ray.api.options.ActorLifetime
Packages that use ActorLifetime
-
Uses of ActorLifetime in io.ray.api.call
Methods in io.ray.api.call with parameters of type ActorLifetime -
Uses of ActorLifetime in io.ray.api.options
Fields in io.ray.api.options declared as ActorLifetimeMethods in io.ray.api.options that return ActorLifetimeModifier and TypeMethodDescriptionstatic ActorLifetimeReturns the enum constant of this class with the specified name.static ActorLifetime[]ActorLifetime.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.ray.api.options with parameters of type ActorLifetimeModifier and TypeMethodDescriptionActorCreationOptions.Builder.setLifetime(ActorLifetime lifetime)Declare the lifetime of this actor.