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(java.io.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.
|
java.lang.String |
toString() |
void |
writeTo(java.io.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(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
in interface Streamable
writeTo
in class RequestCorrelator.Header
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
in interface Streamable
readFrom
in class RequestCorrelator.Header
java.lang.Exception
public int size()
Header
size
in class RequestCorrelator.Header
public java.lang.String toString()
toString
in class RequestCorrelator.Header
Copyright © 1998-2020 Red Hat. All Rights Reserved.