public class SequencerHeaderUtil extends Object
SEQUENCER.SequencerHeader
.Modifier and Type | Field and Description |
---|---|
static byte |
FLUSH
Same as
SEQUENCER.SequencerHeader.FLUSH . |
static byte |
FORWARD
Same as
SEQUENCER.SequencerHeader.FORWARD . |
static byte |
WRAPPED_BCAST
Same as
SEQUENCER.SequencerHeader.WRAPPED_BCAST . |
Constructor and Description |
---|
SequencerHeaderUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header)
Returns
SEQUENCER.SequencerHeader.flush_ack . |
static void |
setFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header,
boolean value)
Sets
SEQUENCER.SequencerHeader.flush_ack . |
public static final byte WRAPPED_BCAST
SEQUENCER.SequencerHeader.WRAPPED_BCAST
.public static final byte FLUSH
SEQUENCER.SequencerHeader.FLUSH
.public static final byte FORWARD
SEQUENCER.SequencerHeader.FORWARD
.public static boolean getFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header)
SEQUENCER.SequencerHeader.flush_ack
.header
- the header.public static void setFlushAck(org.jgroups.protocols.SEQUENCER.SequencerHeader header, boolean value)
SEQUENCER.SequencerHeader.flush_ack
.value
- value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.