public interface StateUpdater<S extends State> extends Operation
Modifier and Type | Method and Description |
---|---|
void |
updateState(S state,
List<TridentTuple> tuples,
TridentCollector collector) |
void updateState(S state, List<TridentTuple> tuples, TridentCollector collector)
Copyright © 2022 The Apache Software Foundation. All rights reserved.