Package org.jgroups.protocols
Class SequencerHeaderUtil
- java.lang.Object
-
- org.jgroups.protocols.SequencerHeaderUtil
-
public class SequencerHeaderUtil extends Object
Utility class for accessing protected members onSEQUENCER.SequencerHeader
.- Since:
- 12.1.0
- Version:
- $Revision: 23264 $ $Date: 2019-10-09 18:06:18 -0300 (Wed, 09 Oct 2019) $
-
-
Field Summary
Fields Modifier and Type Field Description static byte
FLUSH
Same asSEQUENCER.SequencerHeader.FLUSH
.static byte
FORWARD
Same asSEQUENCER.SequencerHeader.FORWARD
.static byte
WRAPPED_BCAST
Same asSEQUENCER.SequencerHeader.WRAPPED_BCAST
.
-
Constructor Summary
Constructors Constructor Description SequencerHeaderUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header)
ReturnsSEQUENCER.SequencerHeader.flush_ack
.static void
setFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header, boolean value)
SetsSEQUENCER.SequencerHeader.flush_ack
.
-
-
-
Field Detail
-
WRAPPED_BCAST
public static final byte WRAPPED_BCAST
Same asSEQUENCER.SequencerHeader.WRAPPED_BCAST
.- Since:
- 12.1.0
- See Also:
- Constant Field Values
-
FLUSH
public static final byte FLUSH
Same asSEQUENCER.SequencerHeader.FLUSH
.- Since:
- 12.1.0
- See Also:
- Constant Field Values
-
FORWARD
public static final byte FORWARD
Same asSEQUENCER.SequencerHeader.FORWARD
.- Since:
- 12.1.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFlushAck
public static boolean getFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header)
ReturnsSEQUENCER.SequencerHeader.flush_ack
.- Parameters:
header
- the header.- Returns:
- the flush_ack value.
- Since:
- 12.1.0
-
setFlushAck
public static void setFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header, boolean value)
SetsSEQUENCER.SequencerHeader.flush_ack
.- Parameters:
value
- value to set.- Since:
- 12.1.0
-
-