public class MutableQueueHead extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
blockCount |
static int |
queueHeadSize |
protected long |
scn |
| Constructor and Description |
|---|
MutableQueueHead() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockCount() |
long |
getSCN() |
static MutableQueueHead |
read(MappedByteBuffer buff) |
void |
setBlockCount(int co) |
void |
setSCN(long scn) |
void |
write(MappedByteBuffer buff) |
protected int blockCount
protected long scn
public static final int queueHeadSize
public int getBlockCount()
public void setBlockCount(int co)
public long getSCN()
public void setSCN(long scn)
public static MutableQueueHead read(MappedByteBuffer buff)
public void write(MappedByteBuffer buff)
Copyright © 2018. All rights reserved.