Uses of Class
org.apache.storm.trident.windowing.TridentBatchTuple
-
Packages that use TridentBatchTuple Package Description org.apache.storm.trident.windowing -
-
Uses of TridentBatchTuple in org.apache.storm.trident.windowing
Methods in org.apache.storm.trident.windowing with parameters of type TridentBatchTuple Modifier and Type Method Description TridentTuple
StoreBasedTridentWindowManager. collectTridentTupleOrKey(TridentBatchTuple tridentBatchTuple, List<String> keys)
Method parameters in org.apache.storm.trident.windowing with type arguments of type TridentBatchTuple Modifier and Type Method Description List<TridentTuple>
StoreBasedTridentWindowManager. getTridentTuples(List<TridentBatchTuple> tridentBatchTuples)
void
StoreBasedTridentWindowManager. onTuplesExpired(List<TridentBatchTuple> expiredTuples)
-