Package org.apache.storm.trident.state
Class OpaqueValue<T>
- java.lang.Object
-
- org.apache.storm.trident.state.OpaqueValue<T>
-
public class OpaqueValue<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description OpaqueValue(Long currTxid, T val)
OpaqueValue(Long currTxid, T val, T prev)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(Long batchTxid)
T
getCurr()
Long
getCurrTxid()
T
getPrev()
String
toString()
OpaqueValue<T>
update(Long batchTxid, T newVal)
-