com.nhncorp.neptune.tabletserver
Class TxValue

java.lang.Object
  extended by com.nhncorp.neptune.tabletserver.TxValue

public class TxValue
extends java.lang.Object


Constructor Summary
TxValue(Row.Key rowKey)
           
 
Method Summary
 void addChangeLog(ChangeLog changeLog)
           
 java.util.List<ChangeLog> getChangeLogs()
           
 Row.Key getRowKey()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxValue

public TxValue(Row.Key rowKey)
Method Detail

addChangeLog

public void addChangeLog(ChangeLog changeLog)

getChangeLogs

public java.util.List<ChangeLog> getChangeLogs()

getRowKey

public Row.Key getRowKey()