public static class FLUSH.FlushHeader extends Header
限定符和类型 | 字段和说明 |
---|---|
static byte |
ABORT_FLUSH |
static byte |
FLUSH_BYPASS |
static byte |
FLUSH_COMPLETED |
static byte |
FLUSH_NOT_COMPLETED |
static byte |
FLUSH_RECONCILE |
static byte |
FLUSH_RECONCILE_OK |
static byte |
START_FLUSH |
static byte |
STOP_FLUSH |
protected byte |
type |
protected long |
viewID |
构造器和说明 |
---|
FLUSH.FlushHeader() |
FLUSH.FlushHeader(byte type) |
FLUSH.FlushHeader(byte type,
long viewID) |
限定符和类型 | 方法和说明 |
---|---|
byte |
getType() |
long |
getViewID() |
void |
readFrom(java.io.DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
To be implemented by subclasses.
|
java.lang.String |
toString() |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public static final byte START_FLUSH
public static final byte STOP_FLUSH
public static final byte FLUSH_COMPLETED
public static final byte ABORT_FLUSH
public static final byte FLUSH_BYPASS
public static final byte FLUSH_RECONCILE
public static final byte FLUSH_RECONCILE_OK
public static final byte FLUSH_NOT_COMPLETED
protected byte type
protected long viewID
public FLUSH.FlushHeader()
public FLUSH.FlushHeader(byte type)
public FLUSH.FlushHeader(byte type, long viewID)
public byte getType()
public long getViewID()
public int size()
Header
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
java.lang.Exception