org.eclipse.jgit.storage.dht.spi.memory
Class MemTable.Cell

java.lang.Object
  extended by org.eclipse.jgit.storage.dht.spi.memory.MemTable.Cell
Enclosing class:
MemTable

public static class MemTable.Cell
extends java.lang.Object

A cell value in a column.


Method Summary
 byte[] getName()
           
 byte[] getRow()
           
 long getTimestamp()
           
 byte[] getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRow

public byte[] getRow()
Returns:
key of the row holding the cell.

getName

public byte[] getName()
Returns:
name of the cell's column.

getValue

public byte[] getValue()
Returns:
the cell's value.

getTimestamp

public long getTimestamp()
Returns:
system clock time of last modification.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.