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 |
---|---|
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.
|
corrId, requestId, requestId, rspExpected
public Address[] exclusion_list
public MultiDestinationHeader()
public MultiDestinationHeader(byte type, long id, short corr_id, Address[] exclusion_list)
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 size()
Header
size
in class RequestCorrelator.Header
public String toString()
toString
in class RequestCorrelator.Header
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.