public static class SEQUENCER.SequencerHeader extends Header
Modifier and Type | Field and Description |
---|---|
protected static byte |
BCAST |
protected static byte |
FLUSH |
protected boolean |
flush_ack |
protected static byte |
FORWARD |
protected long |
seqno |
protected byte |
type |
protected static byte |
WRAPPED_BCAST |
Constructor and Description |
---|
SequencerHeader() |
SequencerHeader(byte type) |
SequencerHeader(byte type,
long seqno) |
Modifier and Type | Method and Description |
---|---|
long |
getSeqno() |
protected String |
printType() |
void |
readFrom(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.
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
protected static final byte FORWARD
protected static final byte FLUSH
protected static final byte BCAST
protected static final byte WRAPPED_BCAST
protected byte type
protected long seqno
protected boolean flush_ack
public SequencerHeader()
public SequencerHeader(byte type)
public SequencerHeader(byte type, long seqno)
public long getSeqno()
protected final String printType()
public void writeTo(DataOutput out) throws Exception
Streamable
Exception
public void readFrom(DataInput in) throws Exception
Streamable
Exception
public int size()
Header
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.