Serialized Form
-
Package io.ray.api.function
-
Package io.ray.api.id
-
Class io.ray.api.id.ActorId extends BaseId implements Serializable
-
Class io.ray.api.id.BaseId extends Object implements Serializable
- serialVersionUID:
- 8588849129675565761L
-
Serialized Fields
-
hashCodeCache
int hashCodeCache
-
id
byte[] id
-
isNilCache
Boolean isNilCache
-
-
Class io.ray.api.id.JobId extends BaseId implements Serializable
-
Class io.ray.api.id.ObjectId extends BaseId implements Serializable
-
Class io.ray.api.id.PlacementGroupId extends BaseId implements Serializable
-
Class io.ray.api.id.TaskId extends BaseId implements Serializable
-
Class io.ray.api.id.UniqueId extends BaseId implements Serializable
-
-
Package io.ray.api.options
-
Class io.ray.api.options.ActorCreationOptions extends BaseTaskOptions implements Serializable
-
Serialized Fields
-
bundleIndex
int bundleIndex
-
concurrencyGroups
List<ConcurrencyGroup> concurrencyGroups
-
global
boolean global
-
group
PlacementGroup group
-
jvmOptions
List<String> jvmOptions
-
maxConcurrency
int maxConcurrency
-
maxRestarts
int maxRestarts
-
name
String name
-
-
-
Class io.ray.api.options.BaseTaskOptions extends Object implements Serializable
-
Class io.ray.api.options.CallOptions extends BaseTaskOptions implements Serializable
-
Serialized Fields
-
bundleIndex
int bundleIndex
-
concurrencyGroupName
String concurrencyGroupName
-
group
PlacementGroup group
-
name
String name
-
-
-