| Methods in storm.trident with parameters of type StateFactory |
TridentState |
TridentTopology.newStaticState(StateFactory factory)
|
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.persistentAggregate(StateFactory stateFactory,
CombinerAggregator agg,
Fields functionFields)
|
TridentState |
Stream.persistentAggregate(StateFactory stateFactory,
Fields inputFields,
CombinerAggregator agg,
Fields functionFields)
|
TridentState |
Stream.persistentAggregate(StateFactory stateFactory,
Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
TridentState |
Stream.persistentAggregate(StateFactory stateFactory,
ReducerAggregator agg,
Fields functionFields)
|