- generateActorMappings() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
generate relation mappings between actors, execution vertices and channels this method must be
called after worker actor is set.
- generateExecutionVertexId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- genIdStr(int, int, long) - Static method in class io.ray.streaming.runtime.transfer.channel.ChannelId
-
- genOpCheckpointKey(long) - Method in class io.ray.streaming.runtime.worker.tasks.StreamTask
-
- genRandomIdStr() - Static method in class io.ray.streaming.runtime.transfer.channel.ChannelId
-
Returns a random channel id string
- get(String) - Method in interface io.ray.streaming.runtime.context.ContextBackend
-
get content by key
- get(String) - Method in class io.ray.streaming.runtime.context.impl.AtomicFsBackend
-
- get(String) - Method in class io.ray.streaming.runtime.context.impl.LocalFileContextBackend
-
- get(String) - Method in class io.ray.streaming.runtime.context.impl.MemoryContextBackend
-
- get(ContextBackend, String) - Static method in class io.ray.streaming.runtime.util.CheckpointStateUtil
-
DO NOT ALLOW GET EXCEPTION WHEN LOADING CHECKPOINT
- getActorById(ActorId) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get specified actor by actor id.
- getActorId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getActorId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
bytes actor_id = 1[json_name = "actorId"];
- getActorId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
bytes actor_id = 1[json_name = "actorId"];
- getActorId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmdOrBuilder
-
bytes actor_id = 1[json_name = "actorId"];
- getActorIdBytes() - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder.Parameter
-
- getActorName(Set<ActorId>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getActorName(ActorId) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getActorName() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getActorsByChannelId(String) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get actors in both sides of a channelId
- getActorsFromJobVertices(List<ExecutionJobVertex>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get actors according to job vertices.
- getAddress() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getAddress() - Method in class io.ray.streaming.runtime.transfer.channel.ChannelId
-
- getAddress(ByteBuffer) - Static method in class io.ray.streaming.runtime.util.Platform
-
- getAliveNodeInfoMap() - Static method in class io.ray.streaming.runtime.util.RayUtils
-
Get all alive node info map
- getAllActors() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get all actors by graph.
- getAllActorsId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getAllAddedExecutionVertices() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get all execution vertices whose status is 'TO_ADD' from current execution graph.
- getAllExecutionVertices() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get all execution vertices from current execution graph.
- getAllInterfaces(Class<?>) - Static method in class io.ray.streaming.runtime.util.ReflectionUtils
-
Gets a List of all interfaces implemented by the given class and its superclasses.
- getAllNodeInfo() - Static method in class io.ray.streaming.runtime.util.RayUtils
-
Get all node info from GCS
- getAllocatedActorNum() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getAsyncFunctionDescriptor() - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder.Parameter
-
- getAvailableResources() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getBatchId() - Method in class io.ray.streaming.runtime.core.command.BatchInfo
-
- getBoolRes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
bool boolRes = 1[json_name = "boolRes"];
- getBoolRes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
bool boolRes = 1[json_name = "boolRes"];
- getBoolRes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.BoolResultOrBuilder
-
bool boolRes = 1[json_name = "boolRes"];
- getBuffer() - Method in class io.ray.streaming.runtime.transfer.channel.ChannelId
-
- getBuildTime() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getBuildTime() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getBuildTime() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getBuildTime() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
uint64 build_time = 10[json_name = "buildTime"];
- getBuildTime() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
uint64 build_time = 10[json_name = "buildTime"];
- getBuildTime() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
uint64 build_time = 10[json_name = "buildTime"];
- getBytes() - Method in class io.ray.streaming.runtime.transfer.channel.ChannelId
-
- getCapacity() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getChained() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
bool chained = 7[json_name = "chained"];
- getChained() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
bool chained = 7[json_name = "chained"];
- getChained() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
bool chained = 7[json_name = "chained"];
- getChannelId() - Method in class io.ray.streaming.runtime.transfer.message.ChannelMessage
-
- getChannelIdByPeerVertex(ExecutionVertex) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getCheckpointId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
int64 checkpoint_id = 1[json_name = "checkpointId"];
- getCheckpointId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
int64 checkpoint_id = 1[json_name = "checkpointId"];
- getCheckpointId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CheckpointIdOrBuilder
-
int64 checkpoint_id = 1[json_name = "checkpointId"];
- getCheckpointId() - Method in class io.ray.streaming.runtime.transfer.message.BarrierMessage
-
- getCheckpointId() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getCommitCheckpointId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
int64 commit_checkpoint_id = 1[json_name = "commitCheckpointId"];
- getCommitCheckpointId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
int64 commit_checkpoint_id = 1[json_name = "commitCheckpointId"];
- getCommitCheckpointId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReportOrBuilder
-
int64 commit_checkpoint_id = 1[json_name = "commitCheckpointId"];
- getConf() - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- getConf() - Method in class io.ray.streaming.runtime.master.JobMaster
-
- getConf() - Method in class io.ray.streaming.runtime.master.JobRuntimeContext
-
- getConf() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getConfig() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
Deprecated.
- getConfig() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
Deprecated.
- getConfig() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
Deprecated.
- getConfig() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getConfig() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getConfigCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- getConfigCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getConfigCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, string> config = 12[json_name = "config"];
- getConfigMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
map<string, string> config = 12[json_name = "config"];
- getConfigMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
map<string, string> config = 12[json_name = "config"];
- getConfigMap() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, string> config = 12[json_name = "config"];
- getConfigOrDefault(String, String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
map<string, string> config = 12[json_name = "config"];
- getConfigOrDefault(String, String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
map<string, string> config = 12[json_name = "config"];
- getConfigOrDefault(String, String) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, string> config = 12[json_name = "config"];
- getConfigOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
map<string, string> config = 12[json_name = "config"];
- getConfigOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
map<string, string> config = 12[json_name = "config"];
- getConfigOrThrow(String) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, string> config = 12[json_name = "config"];
- getContainerByHostname(List<Container>, String) - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Get container by hostname
- getContainerById(List<Container>, ContainerId) - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Get container by id
- getContainerId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getContainerId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string container_id = 9[json_name = "containerId"];
- getContainerId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
string container_id = 9[json_name = "containerId"];
- getContainerId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
string container_id = 9[json_name = "containerId"];
- getContainerIdBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string container_id = 9[json_name = "containerId"];
- getContainerIdBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
string container_id = 9[json_name = "containerId"];
- getContainerIdBytes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
string container_id = 9[json_name = "containerId"];
- getContainersByHostname(List<Container>, Collection<String>) - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Get containers by hostname of address
- getContextBackend(StreamingGlobalConfig) - Static method in class io.ray.streaming.runtime.context.ContextBackendFactory
-
- getCpuCores() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Returns system cpu cores num
- getCreationStatus() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
Deprecated.
- getCreationStatus() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
Deprecated.
- getCreationStatus() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
Deprecated.
- getCreationStatusCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- getCreationStatusCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getCreationStatusCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusMap() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusOrDefault(String, RemoteCall.QueueRecoverInfo.QueueCreationStatus) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusOrDefault(String, RemoteCall.QueueRecoverInfo.QueueCreationStatus) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusOrDefault(String, RemoteCall.QueueRecoverInfo.QueueCreationStatus) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusOrThrow(String) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValue() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
Deprecated.
- getCreationStatusValue() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
Deprecated.
- getCreationStatusValue() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
Deprecated.
- getCreationStatusValueMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueMap() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueOrDefault(String, int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueOrDefault(String, int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueOrDefault(String, int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCreationStatusValueOrThrow(String) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfoOrBuilder
-
map<string, .ray.streaming.proto.QueueRecoverInfo.QueueCreationStatus> creation_status = 3[json_name = "creationStatus"];
- getCurrentExecutionVertex() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getCurrentExecutionVertex() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getCurrentExecutionVertex() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getCurrentExecutionVertexBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getCurrentExecutionVertexOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getCurrentExecutionVertexOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getCurrentExecutionVertexOrBuilder() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- getData() - Method in class io.ray.streaming.runtime.transfer.message.BarrierMessage
-
- getDataLostQueues() - Method in class io.ray.streaming.runtime.transfer.channel.ChannelRecoverInfo
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
- getDefaultInstance() - Static method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
- getDefaultInstanceForType() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getDescriptor() - Static method in enum io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.QueueCreationStatus
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
- getDescriptor() - Static method in enum io.ray.streaming.runtime.generated.Streaming.FlowControlType
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.Streaming
-
- getDescriptor() - Static method in enum io.ray.streaming.runtime.generated.Streaming.Language
-
- getDescriptor() - Static method in enum io.ray.streaming.runtime.generated.Streaming.NodeType
-
- getDescriptor() - Static method in enum io.ray.streaming.runtime.generated.Streaming.ReliabilityLevel
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
- getDescriptor() - Static method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- getDescriptorForType() - Method in enum io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.QueueCreationStatus
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
- getDescriptorForType() - Method in enum io.ray.streaming.runtime.generated.Streaming.FlowControlType
-
- getDescriptorForType() - Method in enum io.ray.streaming.runtime.generated.Streaming.Language
-
- getDescriptorForType() - Method in enum io.ray.streaming.runtime.generated.Streaming.NodeType
-
- getDescriptorForType() - Method in enum io.ray.streaming.runtime.generated.Streaming.ReliabilityLevel
-
- getDescriptorForType() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
- getDetail() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDetail() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDetail() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmdOrBuilder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDetailBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDetailOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDetailOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDetailOrBuilder() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmdOrBuilder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- getDownstreamExecutionVertices(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVertices(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVertices(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesOrBuilder(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getDownstreamExecutionVerticesOrBuilderList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- getEmptyMessageInterval() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 empty_message_interval = 7[json_name = "emptyMessageInterval"];
- getEmptyMessageInterval() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
uint32 empty_message_interval = 7[json_name = "emptyMessageInterval"];
- getEmptyMessageInterval() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
uint32 empty_message_interval = 7[json_name = "emptyMessageInterval"];
- getEnum(int) - Static method in enum io.ray.streaming.runtime.message.CallResult.CallResultEnum
-
- getEventDrivenFlowControlInterval() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 event_driven_flow_control_interval = 11[json_name = "eventDrivenFlowControlInterval"];
- getEventDrivenFlowControlInterval() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
uint32 event_driven_flow_control_interval = 11[json_name = "eventDrivenFlowControlInterval"];
- getEventDrivenFlowControlInterval() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
uint32 event_driven_flow_control_interval = 11[json_name = "eventDrivenFlowControlInterval"];
- getExceptionMsg() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string exception_msg = 1[json_name = "exceptionMsg"];
- getExceptionMsg() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
string exception_msg = 1[json_name = "exceptionMsg"];
- getExceptionMsg() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequestOrBuilder
-
string exception_msg = 1[json_name = "exceptionMsg"];
- getExceptionMsgBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string exception_msg = 1[json_name = "exceptionMsg"];
- getExceptionMsgBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
string exception_msg = 1[json_name = "exceptionMsg"];
- getExceptionMsgBytes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequestOrBuilder
-
string exception_msg = 1[json_name = "exceptionMsg"];
- getExecutionEdgeIndex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getExecutionGraph() - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- getExecutionGraph() - Method in interface io.ray.streaming.runtime.master.graphmanager.GraphManager
-
Get execution graph.
- getExecutionGraph() - Method in class io.ray.streaming.runtime.master.graphmanager.GraphManagerImpl
-
- getExecutionGraph() - Method in class io.ray.streaming.runtime.master.JobRuntimeContext
-
- getExecutionJobVertexId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getExecutionJobVertexId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getExecutionJobVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"];
- getExecutionJobVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"];
- getExecutionJobVertexId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"];
- getExecutionJobVertexList() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getExecutionJobVertexMap() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getExecutionJobVertexName() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getExecutionJobVertexName() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getExecutionJobVertexName() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- getExecutionJobVertexName() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- getExecutionJobVertexName() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- getExecutionJobVertexNameBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- getExecutionJobVertexNameBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- getExecutionJobVertexNameBytes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- getExecutionJobVertexNameWithIndex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
e.g.
- getExecutionVertex() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getExecutionVertex() - Method in class io.ray.streaming.runtime.worker.JobWorker
-
- getExecutionVertexByActorId(ActorId) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get specified execution vertex from current execution graph by actor id.
- getExecutionVertexByExecutionVertexId(int) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get specified execution vertex from current execution graph by execution vertex id.
- getExecutionVertexContext() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexContext() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexContext() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContextOrBuilder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexContextBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexContextOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexContextOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexContextOrBuilder() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContextOrBuilder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- getExecutionVertexId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getExecutionVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 execution_vertex_id = 1[json_name = "executionVertexId"];
- getExecutionVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
int32 execution_vertex_id = 1[json_name = "executionVertexId"];
- getExecutionVertexId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
int32 execution_vertex_id = 1[json_name = "executionVertexId"];
- getExecutionVertexIdGenerator() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getExecutionVertexIds() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getExecutionVertexIndex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getExecutionVertexIndex() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"];
- getExecutionVertexIndex() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"];
- getExecutionVertexIndex() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"];
- getExecutionVertexName() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
Unique name generated by execution job vertex name and index of current execution vertex.
- getExecutionVertexWorkers() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getExecutionVertices() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getFlowControlType() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- getFlowControlType() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- getFlowControlType() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- getFlowControlTypeValue() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- getFlowControlTypeValue() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- getFlowControlTypeValue() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- getGraphManager() - Method in class io.ray.streaming.runtime.master.JobMaster
-
- getHostname() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getHostname() - Method in class io.ray.streaming.runtime.master.coordinator.command.WorkerRollbackRequest
-
- getHostName() - Static method in class io.ray.streaming.runtime.util.EnvUtil
-
- getId() - Method in class io.ray.streaming.runtime.core.common.AbstractId
-
- getId() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
int64 id = 1[json_name = "id"];
- getId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
int64 id = 1[json_name = "id"];
- getId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.BarrierOrBuilder
-
int64 id = 1[json_name = "id"];
- getInputActorList() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getInputChannelIdList() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getInputEdges() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getInputEdges() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getInputExecutionEdges(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdges(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdges(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesOrBuilder(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputExecutionEdgesOrBuilderList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- getInputOffsets() - Method in class io.ray.streaming.runtime.transfer.message.BarrierMessage
-
- getInputVertices() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getJobConfig() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getJobConfig() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getJobConfig() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getJobGraph() - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- getJobGraph() - Method in interface io.ray.streaming.runtime.master.graphmanager.GraphManager
-
Get job graph.
- getJobGraph() - Method in class io.ray.streaming.runtime.master.graphmanager.GraphManagerImpl
-
- getJobGraph() - Method in class io.ray.streaming.runtime.master.JobRuntimeContext
-
- getJobMasterActor() - Method in class io.ray.streaming.runtime.master.JobMaster
-
- getJobMasterRuntimeContextKey(StreamingMasterConfig) - Static method in class io.ray.streaming.runtime.master.JobMaster
-
- getJobName() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getJobName() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string job_name = 1[json_name = "jobName"];
- getJobName() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
string job_name = 1[json_name = "jobName"];
- getJobName() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
string job_name = 1[json_name = "jobName"];
- getJobName() - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- getJobName() - Method in class io.ray.streaming.runtime.master.JobRuntimeContext
-
- getJobName() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getJobNameBytes() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string job_name = 1[json_name = "jobName"];
- getJobNameBytes() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
string job_name = 1[json_name = "jobName"];
- getJobNameBytes() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
string job_name = 1[json_name = "jobName"];
- getJvmHeapUsageInBytes() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
- getJvmHeapUsageRatio() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
- getJvmPid() - Static method in class io.ray.streaming.runtime.util.EnvUtil
-
- getKeyStateBackend() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getLanguage() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getLanguage() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getLanguage() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- getLanguage() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- getLanguage() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- getLanguageValue() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- getLanguageValue() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- getLanguageValue() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- getLastValidCheckpointId() - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- getLeftStream() - Method in class io.ray.streaming.runtime.core.processor.TwoInputProcessor
-
- getListState(ListStateDescriptor<T>) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getMap() - Method in class io.ray.streaming.runtime.config.StreamingConfig
-
- getMapState(MapStateDescriptor<S, T>) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getMaster() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getMasterActor() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
bytes master_actor = 1[json_name = "masterActor"];
- getMasterActor() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
bytes master_actor = 1[json_name = "masterActor"];
- getMasterActor() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContextOrBuilder
-
bytes master_actor = 1[json_name = "masterActor"];
- getMaxParallelism() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- getMsgId() - Method in class io.ray.streaming.runtime.transfer.message.ChannelMessage
-
- getMutableConfig() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
Deprecated.
- getMutableCreationStatus() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
Deprecated.
- getMutableCreationStatusValue() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
Deprecated.
- getMutableResource() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
Deprecated.
- getName() - Method in enum io.ray.streaming.runtime.config.types.ResourceAssignStrategyType
-
- getName() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getName() - Method in class io.ray.streaming.runtime.master.resourcemanager.ResourceManagerImpl
-
- getName() - Method in class io.ray.streaming.runtime.master.resourcemanager.strategy.impl.PipelineFirstStrategy
-
- getName() - Method in interface io.ray.streaming.runtime.master.resourcemanager.strategy.ResourceAssignStrategy
-
Get container assign strategy name
- getNativeIdPtr() - Method in class io.ray.streaming.runtime.transfer.channel.ChannelId
-
- getNodeId() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getNonSourceActors() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get transformation and sink actors by graph.
- getNumber() - Method in enum io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.QueueCreationStatus
-
- getNumber() - Method in enum io.ray.streaming.runtime.generated.Streaming.FlowControlType
-
- getNumber() - Method in enum io.ray.streaming.runtime.generated.Streaming.Language
-
- getNumber() - Method in enum io.ray.streaming.runtime.generated.Streaming.NodeType
-
- getNumber() - Method in enum io.ray.streaming.runtime.generated.Streaming.ReliabilityLevel
-
- getOperator() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
bytes operator = 6[json_name = "operator"];
- getOperator() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
bytes operator = 6[json_name = "operator"];
- getOperator() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
bytes operator = 6[json_name = "operator"];
- getOpName() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string op_name = 4[json_name = "opName"];
- getOpName() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
string op_name = 4[json_name = "opName"];
- getOpName() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
string op_name = 4[json_name = "opName"];
- getOpNameBytes() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string op_name = 4[json_name = "opName"];
- getOpNameBytes() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
string op_name = 4[json_name = "opName"];
- getOpNameBytes() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
string op_name = 4[json_name = "opName"];
- getOutputActorList() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getOutputChannelIdList() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getOutputCheckpoints() - Method in class io.ray.streaming.runtime.transfer.DataWriter
-
- getOutputEdges() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getOutputEdges() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getOutputExecutionEdges(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdges(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdges(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesOrBuilder(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputExecutionEdgesOrBuilderList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- getOutputVertices() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getParallelism() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getParallelism() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getParallelism() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 parallelism = 5[json_name = "parallelism"];
- getParallelism() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
int32 parallelism = 5[json_name = "parallelism"];
- getParallelism() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
int32 parallelism = 5[json_name = "parallelism"];
- getParallelism() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getParameters() - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
- getParserForType() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
- getPartition() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getPartition() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobEdge
-
- getPartition() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
bytes partition = 3[json_name = "partition"];
- getPartition() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
bytes partition = 3[json_name = "partition"];
- getPartition() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdgeOrBuilder
-
bytes partition = 3[json_name = "partition"];
- getPeerActor(BaseActorHandle, String) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get the peer actor in the other side of channelName of a given actor
- getPid() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getPid() - Method in class io.ray.streaming.runtime.master.coordinator.command.WorkerRollbackRequest
-
- getProcessCpuUsage() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Returns the cpu load for current jvm process.
- getPythonWorkerContextBytes() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getQueueRecoverInfo() - Method in class io.ray.streaming.runtime.transfer.DataReader
-
- getReaderConsumedStep() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 reader_consumed_step = 10[json_name = "readerConsumedStep"];
- getReaderConsumedStep() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
uint32 reader_consumed_step = 10[json_name = "readerConsumedStep"];
- getReaderConsumedStep() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
uint32 reader_consumed_step = 10[json_name = "readerConsumedStep"];
- getRegisteredContainerMap() - Method in class io.ray.streaming.runtime.core.resource.Resources
-
- getRegisteredContainers() - Method in class io.ray.streaming.runtime.core.resource.Resources
-
Get registered containers, the container list is read-only.
- getRegisteredContainers() - Method in interface io.ray.streaming.runtime.master.resourcemanager.ResourceManager
-
Get registered containers, the container list is read-only.
- getRegisteredContainers() - Method in class io.ray.streaming.runtime.master.resourcemanager.ResourceManagerImpl
-
- getRemainingCapacity() - Method in class io.ray.streaming.runtime.core.resource.Container
-
- getResource() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getResource() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
Deprecated.
- getResource() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
Deprecated.
- getResource() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
Deprecated.
- getResourceCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- getResourceCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getResourceCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceManager() - Method in class io.ray.streaming.runtime.master.JobMaster
-
- getResourceMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceMap() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceMap() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceOrDefault(String, double) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceOrDefault(String, double) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceOrDefault(String, double) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceOrThrow(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
map<string, double> resource = 13[json_name = "resource"];
- getResourceOrThrow(String) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
map<string, double> resource = 13[json_name = "resource"];
- getResultCode() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
int32 result_code = 2[json_name = "resultCode"];
- getResultCode() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
int32 result_code = 2[json_name = "resultCode"];
- getResultCode() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CallResultOrBuilder
-
int32 result_code = 2[json_name = "resultCode"];
- getResultCode() - Method in class io.ray.streaming.runtime.message.CallResult
-
- getResultEnum() - Method in class io.ray.streaming.runtime.message.CallResult
-
- getResultMsg() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
string result_msg = 3[json_name = "resultMsg"];
- getResultMsg() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
string result_msg = 3[json_name = "resultMsg"];
- getResultMsg() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CallResultOrBuilder
-
string result_msg = 3[json_name = "resultMsg"];
- getResultMsg() - Method in class io.ray.streaming.runtime.message.CallResult
-
- getResultMsgBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
string result_msg = 3[json_name = "resultMsg"];
- getResultMsgBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
string result_msg = 3[json_name = "resultMsg"];
- getResultMsgBytes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CallResultOrBuilder
-
string result_msg = 3[json_name = "resultMsg"];
- getResultObj() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getResultObj() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getResultObj() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CallResultOrBuilder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getResultObj() - Method in class io.ray.streaming.runtime.message.CallResult
-
- getResultObjBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getResultObjOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getResultObjOrBuilder() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getResultObjOrBuilder() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CallResultOrBuilder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- getRightStream() - Method in class io.ray.streaming.runtime.core.processor.TwoInputProcessor
-
- getRingBufferCapacity() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 ring_buffer_capacity = 6[json_name = "ringBufferCapacity"];
- getRingBufferCapacity() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
uint32 ring_buffer_capacity = 6[json_name = "ringBufferCapacity"];
- getRingBufferCapacity() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
uint32 ring_buffer_capacity = 6[json_name = "ringBufferCapacity"];
- getRole() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- getRole() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- getRole() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- getRoleValue() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- getRoleValue() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- getRoleValue() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- getRollbackExceptionMsg() - Method in class io.ray.streaming.runtime.master.coordinator.command.WorkerRollbackRequest
-
- getRuntimeContext() - Method in class io.ray.streaming.runtime.master.JobMaster
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
- getSerializedSize() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
- getSinkActors() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get sink actors by graph.
- getSourceActors() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
Get source actors by graph.
- getSourceExecutionJobVertex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobEdge
-
- getSourceExecutionVertex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getSourceExecutionVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
int32 source_execution_vertex_id = 1[json_name = "sourceExecutionVertexId"];
- getSourceExecutionVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
int32 source_execution_vertex_id = 1[json_name = "sourceExecutionVertexId"];
- getSourceExecutionVertexId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdgeOrBuilder
-
int32 source_execution_vertex_id = 1[json_name = "sourceExecutionVertexId"];
- getSourceVertexId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getState() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getStrategy(ResourceAssignStrategyType) - Static method in class io.ray.streaming.runtime.master.resourcemanager.strategy.ResourceAssignStrategyFactory
-
- getStreamingContext() - Method in class io.ray.streaming.runtime.python.PythonGateway
-
- getStreamingMsgId() - Method in class io.ray.streaming.runtime.transfer.channel.OffsetInfo
-
- getStreamOperator() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getStreamOperator() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getSuccess() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
bool success = 1[json_name = "success"];
- getSuccess() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
bool success = 1[json_name = "success"];
- getSuccess() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.CallResultOrBuilder
-
bool success = 1[json_name = "success"];
- getSyncFunctionDescriptor() - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder.Parameter
-
- getSystemCpuUsage() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
- getSystemCpuUtilByMXBean() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
- getSystemCpuUtilByVsar() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Get system cpu util by vsar
- getSystemLoadAverage() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Returns the system load average for the last minute
- getSystemMemoryUsage() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Returns the used system physical memory in bytes
- getSystemMemoryUsageRatio() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Returns the ratio of used system physical memory.
- getSystemTotalMemory() - Static method in class io.ray.streaming.runtime.util.ResourceUtil
-
Returns the total amount of physical memory in bytes.
- getTargetExecutionJobVertex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobEdge
-
- getTargetExecutionJobVertexName() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getTargetExecutionVertex() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getTargetExecutionVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
int32 target_execution_vertex_id = 2[json_name = "targetExecutionVertexId"];
- getTargetExecutionVertexId() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
int32 target_execution_vertex_id = 2[json_name = "targetExecutionVertexId"];
- getTargetExecutionVertexId() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdgeOrBuilder
-
int32 target_execution_vertex_id = 2[json_name = "targetExecutionVertexId"];
- getTargetVertexId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionEdge
-
- getTask() - Method in class io.ray.streaming.runtime.worker.JobWorker
-
- getTaskId() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getTaskIndex() - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getTimestamp() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
int64 timestamp = 2[json_name = "timestamp"];
- getTimestamp() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
int64 timestamp = 2[json_name = "timestamp"];
- getTimestamp() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmdOrBuilder
-
int64 timestamp = 2[json_name = "timestamp"];
- getTimestamp() - Method in class io.ray.streaming.runtime.transfer.message.ChannelMessage
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
- getUnknownFields() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
- getUpstreamExecutionVertices(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVertices(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVertices(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesCount() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesCount() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesOrBuilder(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesOrBuilder(int) - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesOrBuilderList() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getUpstreamExecutionVerticesOrBuilderList() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContextOrBuilder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- getValue() - Method in enum io.ray.streaming.runtime.config.types.TransferChannelType
-
- getValue() - Method in enum io.ray.streaming.runtime.core.resource.ResourceType
-
- getValueDescriptor() - Method in enum io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.QueueCreationStatus
-
- getValueDescriptor() - Method in enum io.ray.streaming.runtime.generated.Streaming.FlowControlType
-
- getValueDescriptor() - Method in enum io.ray.streaming.runtime.generated.Streaming.Language
-
- getValueDescriptor() - Method in enum io.ray.streaming.runtime.generated.Streaming.NodeType
-
- getValueDescriptor() - Method in enum io.ray.streaming.runtime.generated.Streaming.ReliabilityLevel
-
- getValueState(ValueStateDescriptor<T>) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- getVertexType() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- getVertexType() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getWorkerActor() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getWorkerActor() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
bytes worker_actor = 8[json_name = "workerActor"];
- getWorkerActor() - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex
-
bytes worker_actor = 8[json_name = "workerActor"];
- getWorkerActor() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
-
bytes worker_actor = 8[json_name = "workerActor"];
- getWorkerActorId() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getWorkerActorId() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getWorkerConfig() - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- getWorkerConfig() - Method in class io.ray.streaming.runtime.worker.JobWorker
-
- getWorkerContext() - Method in class io.ray.streaming.runtime.worker.JobWorker
-
- getWorkerHostname() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_hostname = 2[json_name = "workerHostname"];
- getWorkerHostname() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
string worker_hostname = 2[json_name = "workerHostname"];
- getWorkerHostname() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequestOrBuilder
-
string worker_hostname = 2[json_name = "workerHostname"];
- getWorkerHostnameBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_hostname = 2[json_name = "workerHostname"];
- getWorkerHostnameBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
string worker_hostname = 2[json_name = "workerHostname"];
- getWorkerHostnameBytes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequestOrBuilder
-
string worker_hostname = 2[json_name = "workerHostname"];
- getWorkerId() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getWorkerName() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string worker_name = 3[json_name = "workerName"];
- getWorkerName() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
string worker_name = 3[json_name = "workerName"];
- getWorkerName() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
string worker_name = 3[json_name = "workerName"];
- getWorkerName() - Method in class io.ray.streaming.runtime.worker.context.JobWorkerContext
-
- getWorkerNameBytes() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string worker_name = 3[json_name = "workerName"];
- getWorkerNameBytes() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
string worker_name = 3[json_name = "workerName"];
- getWorkerNameBytes() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
string worker_name = 3[json_name = "workerName"];
- getWorkerPid() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_pid = 3[json_name = "workerPid"];
- getWorkerPid() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
string worker_pid = 3[json_name = "workerPid"];
- getWorkerPid() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequestOrBuilder
-
string worker_pid = 3[json_name = "workerPid"];
- getWorkerPidBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_pid = 3[json_name = "workerPid"];
- getWorkerPidBytes() - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest
-
string worker_pid = 3[json_name = "workerPid"];
- getWorkerPidBytes() - Method in interface io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequestOrBuilder
-
string worker_pid = 3[json_name = "workerPid"];
- getWriterConsumedStep() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 writer_consumed_step = 9[json_name = "writerConsumedStep"];
- getWriterConsumedStep() - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig
-
uint32 writer_consumed_step = 9[json_name = "writerConsumedStep"];
- getWriterConsumedStep() - Method in interface io.ray.streaming.runtime.generated.Streaming.StreamingConfigOrBuilder
-
uint32 writer_consumed_step = 9[json_name = "writerConsumedStep"];
- graphManager - Variable in class io.ray.streaming.runtime.master.coordinator.BaseCoordinator
-
- GraphManager - Interface in io.ray.streaming.runtime.master.graphmanager
-
Graph manager is one of the important roles of JobMaster.
- GraphManagerImpl - Class in io.ray.streaming.runtime.master.graphmanager
-
- GraphManagerImpl(JobMasterRuntimeContext) - Constructor for class io.ray.streaming.runtime.master.graphmanager.GraphManagerImpl
-
- GraphPbBuilder - Class in io.ray.streaming.runtime.python
-
- GraphPbBuilder() - Constructor for class io.ray.streaming.runtime.python.GraphPbBuilder
-
- saveCheckpoint() - Method in interface io.ray.streaming.runtime.core.processor.Processor
-
- saveCheckpoint() - Method in class io.ray.streaming.runtime.core.processor.StreamProcessor
-
- saveContext() - Method in class io.ray.streaming.runtime.master.JobMaster
-
- saveContext() - Method in class io.ray.streaming.runtime.worker.JobWorker
-
- ScheduleException - Exception in io.ray.streaming.runtime.master.scheduler
-
- ScheduleException() - Constructor for exception io.ray.streaming.runtime.master.scheduler.ScheduleException
-
- ScheduleException(String) - Constructor for exception io.ray.streaming.runtime.master.scheduler.ScheduleException
-
- ScheduleException(String, Throwable) - Constructor for exception io.ray.streaming.runtime.master.scheduler.ScheduleException
-
- ScheduleException(Throwable) - Constructor for exception io.ray.streaming.runtime.master.scheduler.ScheduleException
-
- ScheduleException(String, Throwable, boolean, boolean) - Constructor for exception io.ray.streaming.runtime.master.scheduler.ScheduleException
-
- scheduleJob(ExecutionGraph) - Method in interface io.ray.streaming.runtime.master.scheduler.JobScheduler
-
Schedule streaming job using the physical plan.
- scheduleJob(ExecutionGraph) - Method in class io.ray.streaming.runtime.master.scheduler.JobSchedulerImpl
-
- SchedulerConfig - Interface in io.ray.streaming.runtime.config.master
-
Configuration for job scheduler.
- schedulerConfig - Variable in class io.ray.streaming.runtime.config.StreamingMasterConfig
-
- serialize(Object) - Method in class io.ray.streaming.runtime.serialization.CrossLangSerializer
-
- serialize(Object) - Method in class io.ray.streaming.runtime.serialization.JavaSerializer
-
- serialize(Object) - Method in class io.ray.streaming.runtime.serialization.MsgPackSerializer
-
- serialize(Object) - Method in interface io.ray.streaming.runtime.serialization.Serializer
-
- Serializer - Interface in io.ray.streaming.runtime.serialization
-
- Serializer - Class in io.ray.streaming.runtime.util
-
- Serializer() - Constructor for class io.ray.streaming.runtime.util.Serializer
-
- setActorId(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
bytes actor_id = 1[json_name = "actorId"];
- setActorId(ActorId) - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder.Parameter
-
- setAsyncFunctionDescriptor(FunctionDescriptor) - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder.Parameter
-
- setBatchId(long) - Method in class io.ray.streaming.runtime.core.command.BatchInfo
-
- setBoolRes(boolean) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
bool boolRes = 1[json_name = "boolRes"];
- setBuildTime(long) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
uint64 build_time = 10[json_name = "buildTime"];
- setChained(boolean) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
bool chained = 7[json_name = "chained"];
- setCheckpointId(long) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
int64 checkpoint_id = 1[json_name = "checkpointId"];
- setCheckpointId(long) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- setCommitCheckpointId(long) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
int64 commit_checkpoint_id = 1[json_name = "commitCheckpointId"];
- setContainerId(ContainerId) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setContainerId(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string container_id = 9[json_name = "containerId"];
- setContainerIdBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string container_id = 9[json_name = "containerId"];
- setContainerIfNotExist(ContainerId) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setCurrentExecutionVertex(RemoteCall.ExecutionVertexContext.ExecutionVertex) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- setCurrentExecutionVertex(RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext.ExecutionVertex current_execution_vertex = 1[json_name = "currentExecutionVertex"];
- setCurrentKey(Object) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- setDetail(Any) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- setDetail(Any.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
.google.protobuf.Any detail = 3[json_name = "detail"];
- setDownstreamExecutionVertices(int, RemoteCall.ExecutionVertexContext.ExecutionVertex) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- setDownstreamExecutionVertices(int, RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex downstream_execution_vertices = 3[json_name = "downstreamExecutionVertices"];
- setEmptyMessageInterval(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 empty_message_interval = 7[json_name = "emptyMessageInterval"];
- setEventDrivenFlowControlInterval(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 event_driven_flow_control_interval = 11[json_name = "eventDrivenFlowControlInterval"];
- setExceptionMsg(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string exception_msg = 1[json_name = "exceptionMsg"];
- setExceptionMsgBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string exception_msg = 1[json_name = "exceptionMsg"];
- setExecutionGraph(ExecutionGraph) - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- setExecutionGraph(ExecutionGraph) - Method in class io.ray.streaming.runtime.master.JobRuntimeContext
-
- setExecutionJobVertexId(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"];
- setExecutionJobVertexMap(Map<Integer, ExecutionJobVertex>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- setExecutionJobVertexName(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- setExecutionJobVertexNameBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];
- setExecutionVertexContext(RemoteCall.ExecutionVertexContext) - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- setExecutionVertexContext(RemoteCall.ExecutionVertexContext.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
.ray.streaming.proto.ExecutionVertexContext execution_vertex_context = 2[json_name = "executionVertexContext"];
- setExecutionVertexId(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 execution_vertex_id = 1[json_name = "executionVertexId"];
- setExecutionVertexIndex(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"];
- setExecutionVertexMap(Map<Integer, ExecutionVertex>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- setExecutionVertices(List<ExecutionVertex>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
- setFlowControlType(Streaming.FlowControlType) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- setFlowControlTypeValue(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.FlowControlType flow_control_type = 8[json_name = "flowControlType"];
- setId(ContainerId) - Method in class io.ray.streaming.runtime.core.resource.Container
-
- setId(long) - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
int64 id = 1[json_name = "id"];
- setInputEdges(List<ExecutionJobEdge>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- setInputEdges(List<ExecutionEdge>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setInputExecutionEdges(int, RemoteCall.ExecutionVertexContext.ExecutionEdge) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- setInputExecutionEdges(int, RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge input_execution_edges = 4[json_name = "inputExecutionEdges"];
- setJavaReaderFunctionDesc(JavaFunctionDescriptor, JavaFunctionDescriptor) - Static method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder
-
- setJavaWriterFunctionDesc(JavaFunctionDescriptor, JavaFunctionDescriptor) - Static method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder
-
- setJobConfig(Map<String, String>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- setJobGraph(JobGraph) - Method in class io.ray.streaming.runtime.master.context.JobMasterRuntimeContext
-
- setJobGraph(JobGraph) - Method in class io.ray.streaming.runtime.master.JobRuntimeContext
-
- setJobName(String) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string job_name = 1[json_name = "jobName"];
- setJobNameBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string job_name = 1[json_name = "jobName"];
- setKeyStateBackend(KeyStateBackend) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- setLanguage(Streaming.Language) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- setLanguageValue(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
.ray.streaming.proto.Language language = 11[json_name = "language"];
- setLeftStream(String) - Method in class io.ray.streaming.runtime.core.processor.TwoInputProcessor
-
- setMasterActor(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
bytes master_actor = 1[json_name = "masterActor"];
- setMaxParallelism(int) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionGraph
-
- setOperator(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
bytes operator = 6[json_name = "operator"];
- setOpName(String) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string op_name = 4[json_name = "opName"];
- setOpNameBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string op_name = 4[json_name = "opName"];
- setOutputEdges(List<ExecutionJobEdge>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionJobVertex
-
- setOutputEdges(List<ExecutionEdge>) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setOutputExecutionEdges(int, RemoteCall.ExecutionVertexContext.ExecutionEdge) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- setOutputExecutionEdges(int, RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionEdge output_execution_edges = 5[json_name = "outputExecutionEdges"];
- setParallelism(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
int32 parallelism = 5[json_name = "parallelism"];
- setPartition(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
bytes partition = 3[json_name = "partition"];
- setPid(String) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setReaderConsumedStep(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 reader_consumed_step = 10[json_name = "readerConsumedStep"];
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
- setResultCode(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
int32 result_code = 2[json_name = "resultCode"];
- setResultCode(int) - Method in class io.ray.streaming.runtime.message.CallResult
-
- setResultMsg(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
string result_msg = 3[json_name = "resultMsg"];
- setResultMsg(String) - Method in class io.ray.streaming.runtime.message.CallResult
-
- setResultMsgBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
string result_msg = 3[json_name = "resultMsg"];
- setResultObj(RemoteCall.QueueRecoverInfo) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- setResultObj(RemoteCall.QueueRecoverInfo.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];
- setResultObj(T) - Method in class io.ray.streaming.runtime.message.CallResult
-
- setRightStream(String) - Method in class io.ray.streaming.runtime.core.processor.TwoInputProcessor
-
- setRingBufferCapacity(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 ring_buffer_capacity = 6[json_name = "ringBufferCapacity"];
- setRole(Streaming.NodeType) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- setRoleValue(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
.ray.streaming.proto.NodeType role = 5[json_name = "role"];
- setSourceExecutionVertexId(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
int32 source_execution_vertex_id = 1[json_name = "sourceExecutionVertexId"];
- setState(ExecutionVertexState) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setStreamingMsgId(long) - Method in class io.ray.streaming.runtime.transfer.channel.OffsetInfo
-
- setSuccess(boolean) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
bool success = 1[json_name = "success"];
- setSuccess(boolean) - Method in class io.ray.streaming.runtime.message.CallResult
-
- setSyncFunctionDescriptor(FunctionDescriptor) - Method in class io.ray.streaming.runtime.transfer.ChannelCreationParametersBuilder.Parameter
-
- setTargetExecutionVertexId(int) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
int32 target_execution_vertex_id = 2[json_name = "targetExecutionVertexId"];
- setTimestamp(long) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
int64 timestamp = 2[json_name = "timestamp"];
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.Barrier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BaseWorkerCmd.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.BoolResult.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CallResult.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.CheckpointId.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.PythonJobWorkerContext.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.QueueRecoverInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerCommitReport.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
- setUpstreamExecutionVertices(int, RemoteCall.ExecutionVertexContext.ExecutionVertex) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- setUpstreamExecutionVertices(int, RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.Builder
-
repeated .ray.streaming.proto.ExecutionVertexContext.ExecutionVertex upstream_execution_vertices = 2[json_name = "upstreamExecutionVertices"];
- setWorkerActor(BaseActorHandle) - Method in class io.ray.streaming.runtime.core.graph.executiongraph.ExecutionVertex
-
- setWorkerActor(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
-
bytes worker_actor = 8[json_name = "workerActor"];
- setWorkerHostname(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_hostname = 2[json_name = "workerHostname"];
- setWorkerHostnameBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_hostname = 2[json_name = "workerHostname"];
- setWorkerName(String) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string worker_name = 3[json_name = "workerName"];
- setWorkerNameBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
string worker_name = 3[json_name = "workerName"];
- setWorkerPid(String) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_pid = 3[json_name = "workerPid"];
- setWorkerPidBytes(ByteString) - Method in class io.ray.streaming.runtime.generated.RemoteCall.WorkerRollbackRequest.Builder
-
string worker_pid = 3[json_name = "workerPid"];
- setWriterConsumedStep(int) - Method in class io.ray.streaming.runtime.generated.Streaming.StreamingConfig.Builder
-
uint32 writer_consumed_step = 9[json_name = "writerConsumedStep"];
- shutdownWithoutReconstruction(BaseActorHandle) - Static method in class io.ray.streaming.runtime.rpc.RemoteCallWorker
-
Call JobWorker actor to destroy without reconstruction.
- SINK_VALUE - Static variable in enum io.ray.streaming.runtime.generated.Streaming.NodeType
-
SINK = 3;
- skipped(String) - Static method in class io.ray.streaming.runtime.message.CallResult
-
- SOURCE_EXECUTION_VERTEX_ID_FIELD_NUMBER - Static variable in class io.ray.streaming.runtime.generated.RemoteCall.ExecutionVertexContext.ExecutionEdge
-
- SOURCE_VALUE - Static variable in enum io.ray.streaming.runtime.generated.Streaming.NodeType
-
SOURCE = 1;
- SourceProcessor<T> - Class in io.ray.streaming.runtime.core.processor
-
The processor for the stream sources, containing a SourceOperator.
- SourceProcessor(SourceOperator<T>) - Constructor for class io.ray.streaming.runtime.core.processor.SourceProcessor
-
- SourceStreamTask - Class in io.ray.streaming.runtime.worker.tasks
-
- SourceStreamTask(Processor, JobWorker, long) - Constructor for class io.ray.streaming.runtime.worker.tasks.SourceStreamTask
-
- start() - Method in class io.ray.streaming.runtime.master.coordinator.BaseCoordinator
-
- startWorkers(ExecutionGraph, long, int) - Method in class io.ray.streaming.runtime.master.scheduler.controller.WorkerLifecycleController
-
Start JobWorkers to run task.
- startWorkers(ExecutionGraph, long) - Method in class io.ray.streaming.runtime.master.scheduler.JobSchedulerImpl
-
Start JobWorkers according to the physical plan.
- STATE_BACKEND_TYPE - Static variable in interface io.ray.streaming.runtime.config.global.ContextBackendConfig
-
- stateBackendType() - Method in interface io.ray.streaming.runtime.config.global.ContextBackendConfig
-
- stateSanityCheck(AbstractStateDescriptor, AbstractKeyStateBackend) - Method in class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- stop() - Method in class io.ray.streaming.runtime.master.coordinator.BaseCoordinator
-
- stop() - Method in class io.ray.streaming.runtime.rpc.async.RemoteCallPool
-
- stop() - Method in class io.ray.streaming.runtime.transfer.DataReader
-
Stop reader
- stop() - Method in class io.ray.streaming.runtime.transfer.DataWriter
-
stop writer
- stopped - Variable in class io.ray.streaming.runtime.worker.tasks.StreamTask
-
- Streaming - Class in io.ray.streaming.runtime.generated
-
- Streaming.FlowControlType - Enum in io.ray.streaming.runtime.generated
-
Protobuf enum ray.streaming.proto.FlowControlType
- Streaming.Language - Enum in io.ray.streaming.runtime.generated
-
Protobuf enum ray.streaming.proto.Language
- Streaming.NodeType - Enum in io.ray.streaming.runtime.generated
-
Protobuf enum ray.streaming.proto.NodeType
- Streaming.ReliabilityLevel - Enum in io.ray.streaming.runtime.generated
-
Protobuf enum ray.streaming.proto.ReliabilityLevel
- Streaming.StreamingConfig - Class in io.ray.streaming.runtime.generated
-
Protobuf type ray.streaming.proto.StreamingConfig
- Streaming.StreamingConfig.Builder - Class in io.ray.streaming.runtime.generated
-
Protobuf type ray.streaming.proto.StreamingConfig
- Streaming.StreamingConfigOrBuilder - Interface in io.ray.streaming.runtime.generated
-
- StreamingConfig - Class in io.ray.streaming.runtime.config
-
Streaming config including general, master and worker part.
- StreamingConfig(Map<String, String>) - Constructor for class io.ray.streaming.runtime.config.StreamingConfig
-
- StreamingGlobalConfig - Class in io.ray.streaming.runtime.config
-
Streaming general config.
- StreamingGlobalConfig(Map<String, String>) - Constructor for class io.ray.streaming.runtime.config.StreamingGlobalConfig
-
- StreamingMasterConfig - Class in io.ray.streaming.runtime.config
-
Streaming job master config.
- StreamingMasterConfig(Map<String, String>) - Constructor for class io.ray.streaming.runtime.config.StreamingMasterConfig
-
- StreamingRuntimeContext - Class in io.ray.streaming.runtime.worker.context
-
Use Ray to implement RuntimeContext.
- StreamingRuntimeContext(ExecutionVertex, Map<String, String>, int) - Constructor for class io.ray.streaming.runtime.worker.context.StreamingRuntimeContext
-
- StreamingWorkerConfig - Class in io.ray.streaming.runtime.config
-
Streaming job worker specified config.
- StreamingWorkerConfig(Map<String, String>) - Constructor for class io.ray.streaming.runtime.config.StreamingWorkerConfig
-
- StreamProcessor<T,P extends Operator> - Class in io.ray.streaming.runtime.core.processor
-
StreamingProcessor is a process unit for a operator.
- StreamProcessor(P) - Constructor for class io.ray.streaming.runtime.core.processor.StreamProcessor
-
- StreamTask - Class in io.ray.streaming.runtime.worker.tasks
-
StreamTask is a while-loop thread to read message, process message, and send result
messages to downstream operators
- StreamTask(Processor, JobWorker, long) - Constructor for class io.ray.streaming.runtime.worker.tasks.StreamTask
-
- strMapToObjectMap(Map<String, String>) - Static method in class io.ray.streaming.runtime.util.CommonUtils
-
- submit(JobGraph, Map<String, String>) - Method in class io.ray.streaming.runtime.client.JobClientImpl
-
- submitJob(ActorHandle<JobMaster>, JobGraph) - Method in class io.ray.streaming.runtime.master.JobMaster
-
Submit job to run:
Using GraphManager to build physical plan according to the logical plan.
- success() - Static method in class io.ray.streaming.runtime.message.CallResult
-
- success(T) - Static method in class io.ray.streaming.runtime.message.CallResult
-
- SUCCESS_FIELD_NUMBER - Static variable in class io.ray.streaming.runtime.generated.RemoteCall.CallResult
-