public static final class RequestCorrelator.MultiDestinationHeader extends RequestCorrelator.Header
限定符和类型 | 字段和说明 |
---|---|
Address[] |
exclusion_list
Contains a list of members who should not receive the request (others will drop).
|
corrId, EXC_RSP, id, REQ, RSP, rsp_expected, type
构造器和说明 |
---|
RequestCorrelator.MultiDestinationHeader() |
RequestCorrelator.MultiDestinationHeader(byte type,
long id,
boolean rsp_expected,
short corr_id,
Address[] exclusion_list) |
限定符和类型 | 方法和说明 |
---|---|
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.
|
public Address[] exclusion_list
public RequestCorrelator.MultiDestinationHeader()
public RequestCorrelator.MultiDestinationHeader(byte type, long id, boolean rsp_expected, short corr_id, Address[] exclusion_list)
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
在接口中 Streamable
writeTo
在类中 RequestCorrelator.Header
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
在接口中 Streamable
readFrom
在类中 RequestCorrelator.Header
java.lang.Exception
public int size()
Header
size
在类中 RequestCorrelator.Header
public java.lang.String toString()
toString
在类中 RequestCorrelator.Header