| Package | Description |
|---|---|
| io.ray.streaming.runtime.context | |
| io.ray.streaming.runtime.context.impl | |
| io.ray.streaming.runtime.util | |
| io.ray.streaming.runtime.worker |
| Modifier and Type | Method and Description |
|---|---|
static ContextBackend |
ContextBackendFactory.getContextBackend(StreamingGlobalConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicFsBackend
Achieves an atomic `put` method.
|
class |
LocalFileContextBackend
This context backend uses local file system and doesn't supports failover in cluster.
|
class |
MemoryContextBackend
This context backend uses memory and doesn't supports failover.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CheckpointStateUtil.get(ContextBackend checkpointState,
String cpKey)
DO NOT ALLOW GET EXCEPTION WHEN LOADING CHECKPOINT
|
static void |
CheckpointStateUtil.put(ContextBackend checkpointState,
String key,
byte[] val)
ALLOW PUT EXCEPTION WHEN SAVING CHECKPOINT
|
| Modifier and Type | Field and Description |
|---|---|
ContextBackend |
JobWorker.contextBackend |
Copyright © 2021. All rights reserved.