public class TransactionalValue<T> extends Object
TransactionalValue(Long txid, T val)
Long
getTxid()
T
getVal()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TransactionalValue(Long txid, T val)
public T getVal()
public Long getTxid()
public String toString()
toString
Object
Copyright © 2022 The Apache Software Foundation. All rights reserved.