All Classes

Class
Description
The options for creating actor.
The inner class for building ActorCreationOptions.
A helper to create java actor.
A handle to a Java actor.
 
A helper to call java actor method.
Base helper to create actor.
A handle to an actor.
 
Base helper to call remote function.
The options class for RayCall or ActorCreation.
The options for RayCall.
This inner class for building CallOptions.
The interface indicates concurrent executing in one thread pool.
 
Represents the id of a Ray job.
A class that represents the information of a node.
Represents the id of a Ray object.
Represents a reference to an object in the object store.
A placement group is used to place interdependent actors according to a specific strategy PlacementStrategy.
The options for creating placement group.
The inner class for building PlacementGroupCreationOptions.
Represents the id of a placement group.
This class contains all public APIs of Placement Group.
State of placement group.
The actor placement strategy.
A class that represents a Python actor class.
A helper to create python actor.
Handle of a Python actor.
A class that represents a method of a Python actor.
A helper to call python actor method.
A class that represents a Python remote function.
A helper to call python remote function.
This class contains all public APIs of Ray.
Base interface of all Ray remote java functions.
Functional interface for a remote function that has 0 parameter.
Functional interface for a remote function that has 1 parameter.
RayFunc2<T0,​T1,​R>
Functional interface for a remote function that has 2 parameters.
RayFunc3<T0,​T1,​T2,​R>
Functional interface for a remote function that has 3 parameters.
RayFunc4<T0,​T1,​T2,​T3,​R>
Functional interface for a remote function that has 4 parameters.
RayFunc5<T0,​T1,​T2,​T3,​T4,​R>
Functional interface for a remote function that has 5 parameters.
RayFunc6<T0,​T1,​T2,​T3,​T4,​T5,​R>
Functional interface for a remote function that has 6 parameters.
Interface of all Ray remote functions which have a return value.
Interface of all `RayFuncVoidX` classes.
Functional interface for a remote function that has 0 parameter.
Functional interface for a remote function that has 1 parameter.
Functional interface for a remote function that has 2 parameters.
Functional interface for a remote function that has 3 parameters.
RayFuncVoid4<T0,​T1,​T2,​T3>
Functional interface for a remote function that has 4 parameters.
RayFuncVoid5<T0,​T1,​T2,​T3,​T4>
Functional interface for a remote function that has 5 parameters.
RayFuncVoid6<T0,​T1,​T2,​T3,​T4,​T5>
Functional interface for a remote function that has 6 parameters.
Base interface of a Ray runtime.
A factory that produces a RayRuntime instance.
A class used for getting information of Ray runtime.
A helper to call java remote function.
Represents the id of a Ray task.
Represents a unique id of all Ray concepts, including workers, actors, checkpoints, etc.
A helper to call java actor method which doesn't have a return value.
A helper to call java remote function which doesn't have a return value.
Represents the result of a Ray.wait call.