public static final class RequestCorrelator.MultiDestinationHeader extends RequestCorrelator.Header
Modifier and Type | Field and Description |
---|---|
Address[] |
exclusion_list
Contains a list of members who should not receive the request (others will drop).
|
Constructor and Description |
---|
MultiDestinationHeader() |
MultiDestinationHeader(byte type,
long id,
short corr_id,
Address[] exclusion_list) |
Modifier and Type | Method and Description |
---|---|
Supplier<? extends Header> |
create()
Creates an instance of the class implementing this interface
|
short |
getMagicId()
Returns the magic-ID.
|
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 |
serializedSize()
Returns the size (in bytes) of the marshalled object
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
corrId, requestId, requestId, rspExpected
public Address[] exclusion_list
public MultiDestinationHeader()
public MultiDestinationHeader(byte type, long id, short corr_id, Address[] exclusion_list)
public short getMagicId()
Header
getMagicId
in class RequestCorrelator.Header
public Supplier<? extends Header> create()
Constructable
create
in interface Constructable<Header>
create
in class RequestCorrelator.Header
public void writeTo(DataOutput out) throws Exception
Streamable
writeTo
in interface Streamable
writeTo
in class RequestCorrelator.Header
Exception
public void readFrom(DataInput in) throws Exception
Streamable
readFrom
in interface Streamable
readFrom
in class RequestCorrelator.Header
Exception
public int serializedSize()
SizeStreamable
serializedSize
in interface SizeStreamable
serializedSize
in class RequestCorrelator.Header
public String toString()
toString
in class RequestCorrelator.Header
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.