|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StateUpdater | |
|---|---|
| storm.trident | |
| storm.trident.operation.impl | |
| storm.trident.planner.processor | |
| storm.trident.state | |
| storm.trident.state.map | |
| Uses of StateUpdater in storm.trident |
|---|
| Methods in storm.trident with parameters of type StateUpdater | |
|---|---|
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)
|
| Uses of StateUpdater in storm.trident.operation.impl |
|---|
| Classes in storm.trident.operation.impl that implement StateUpdater | |
|---|---|
class |
CombinerAggStateUpdater
|
class |
ReducerAggStateUpdater
|
| Uses of StateUpdater in storm.trident.planner.processor |
|---|
| Constructors in storm.trident.planner.processor with parameters of type StateUpdater | |
|---|---|
PartitionPersistProcessor(String stateId,
Fields inputFields,
StateUpdater updater)
|
|
| Uses of StateUpdater in storm.trident.state |
|---|
| Classes in storm.trident.state that implement StateUpdater | |
|---|---|
class |
BaseStateUpdater<S extends State>
|
| Uses of StateUpdater in storm.trident.state.map |
|---|
| Classes in storm.trident.state.map that implement StateUpdater | |
|---|---|
class |
MapCombinerAggStateUpdater
|
class |
MapReducerAggStateUpdater
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||