Class TridentBatchTuple
- java.lang.Object
-
- org.apache.storm.trident.windowing.TridentBatchTuple
-
public class TridentBatchTuple extends Object
-
-
Constructor Summary
Constructors Constructor Description TridentBatchTuple(String effectiveBatchId, long timeStamp, int tupleIndex)
TridentBatchTuple(String effectiveBatchId, long timeStamp, int tupleIndex, TridentTuple tridentTuple)
-
-
-
Constructor Detail
-
TridentBatchTuple
public TridentBatchTuple(String effectiveBatchId, long timeStamp, int tupleIndex)
-
TridentBatchTuple
public TridentBatchTuple(String effectiveBatchId, long timeStamp, int tupleIndex, TridentTuple tridentTuple)
-
-