| Package | Description |
|---|---|
| io.ray.streaming.runtime.context | |
| io.ray.streaming.runtime.transfer | |
| io.ray.streaming.runtime.transfer.message | |
| io.ray.streaming.runtime.worker.tasks |
| Modifier and Type | Field and Description |
|---|---|
Map<String,OffsetInfo> |
OperatorCheckpointInfo.inputPoints
key: channel ID, value: offset
|
Map<String,OffsetInfo> |
OperatorCheckpointInfo.outputPoints |
| Constructor and Description |
|---|
OperatorCheckpointInfo(Map<String,OffsetInfo> inputPoints,
Map<String,OffsetInfo> outputPoints,
Serializable processorCheckpoint,
long checkpointId) |
OperatorCheckpointInfo(Map<String,OffsetInfo> inputPoints,
Map<String,OffsetInfo> outputPoints,
Serializable processorCheckpoint,
long checkpointId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OffsetInfo> |
DataWriter.getOutputCheckpoints() |
| Constructor and Description |
|---|
DataReader(List<String> inputChannels,
List<io.ray.api.BaseActorHandle> fromActors,
Map<String,OffsetInfo> checkpoints,
StreamingWorkerConfig workerConfig) |
DataWriter(List<String> outputChannels,
List<io.ray.api.BaseActorHandle> toActors,
Map<String,OffsetInfo> checkpoints,
StreamingWorkerConfig workerConfig) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OffsetInfo> |
BarrierMessage.getInputOffsets() |
| Constructor and Description |
|---|
BarrierMessage(long msgId,
long timestamp,
String channelId,
ByteBuffer data,
long checkpointId,
Map<String,OffsetInfo> inputOffsets) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamTask.doCheckpoint(long checkpointId,
Map<String,OffsetInfo> inputPoints) |
Copyright © 2021. All rights reserved.