protected class PersistentMap2.ValueInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected long | kvpositionPosition of the whole key-value pair. | 
| protected int | kvsizeSize of the whole key-value pair. | 
| protected long | positionPosition of the value within the file. | 
| protected int | sizeSize of the value in the file. | 
| Constructor and Description | 
|---|
| ValueInfo(long pos,
         int size,
         long kvpos,
         int kvsize)Creates the info. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getKvPosition()Gets the kvposition. | 
| int | getKvSize()Gets the kvsize. | 
| long | getPosition()Gets the position. | 
| int | getSize()Gets the size. | 
protected long position
protected int size
protected long kvposition
protected int kvsize
public ValueInfo(long pos,
                 int size,
                 long kvpos,
                 int kvsize)
public long getPosition()
public int getSize()
public long getKvPosition()
public int getKvSize()