| Package | Description |
|---|---|
| io.ray.streaming.state.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
DualStateStoreManager<V>
This class define the checkpoint store strategy, which saves two-version data once.
|
class |
MVStateStoreManager<V>
This class define the multi-version store strategy, which leverages external storage's mvcc.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractStateStoreManager<V> |
StateStoreManagerProxy.stateStrategy |
Copyright © 2020. All rights reserved.