protected class PersistentMap2.ValueInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
kvposition
Position of the whole key-value pair.
|
protected int |
kvsize
Size of the whole key-value pair.
|
protected long |
position
Position of the value within the file.
|
protected int |
size
Size 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()