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
StreamablewriteTo 在接口中 StreamablewriteTo 在类中 RequestCorrelator.Headerjava.lang.Exceptionpublic void readFrom(java.io.DataInput in)
throws java.lang.Exception
StreamablereadFrom 在接口中 StreamablereadFrom 在类中 RequestCorrelator.Headerjava.lang.Exceptionpublic int size()
Headersize 在类中 RequestCorrelator.Headerpublic java.lang.String toString()
toString 在类中 RequestCorrelator.Header