Class TridentBatchTuple
java.lang.Object
org.apache.storm.trident.windowing.TridentBatchTuple
-
Constructor Summary
ConstructorDescriptionTridentBatchTuple
(String effectiveBatchId, long timeStamp, int tupleIndex) TridentBatchTuple
(String effectiveBatchId, long timeStamp, int tupleIndex, TridentTuple tridentTuple) -
Method Summary
-
Constructor Details
-
TridentBatchTuple
-
TridentBatchTuple
public TridentBatchTuple(String effectiveBatchId, long timeStamp, int tupleIndex, TridentTuple tridentTuple)
-