| Package | Description |
|---|---|
| storm.trident | |
| storm.trident.operation.impl | |
| storm.trident.planner.processor | |
| storm.trident.state | |
| storm.trident.state.map |
| Modifier and Type | Method and Description |
|---|---|
TridentState |
Stream.partitionPersist(StateFactory stateFactory,
Fields inputFields,
StateUpdater updater) |
TridentState |
Stream.partitionPersist(StateFactory stateFactory,
Fields inputFields,
StateUpdater updater,
Fields functionFields) |
TridentState |
Stream.partitionPersist(StateFactory stateFactory,
StateUpdater updater) |
TridentState |
Stream.partitionPersist(StateFactory stateFactory,
StateUpdater updater,
Fields functionFields) |
TridentState |
Stream.partitionPersist(StateSpec stateSpec,
Fields inputFields,
StateUpdater updater) |
TridentState |
Stream.partitionPersist(StateSpec stateSpec,
Fields inputFields,
StateUpdater updater,
Fields functionFields) |
TridentState |
Stream.partitionPersist(StateSpec stateSpec,
StateUpdater updater) |
TridentState |
Stream.partitionPersist(StateSpec stateSpec,
StateUpdater updater,
Fields functionFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
CombinerAggStateUpdater |
class |
ReducerAggStateUpdater |
| Constructor and Description |
|---|
PartitionPersistProcessor(String stateId,
Fields inputFields,
StateUpdater updater) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStateUpdater<S extends State> |
| Modifier and Type | Class and Description |
|---|---|
class |
MapCombinerAggStateUpdater |
class |
MapReducerAggStateUpdater |
Copyright © 2015. All rights reserved.