Streamable, Writeable, TaskAwareRequestpublic static class AbstractSimpleTransportTestCase.TestRequest extends TransportRequest
TransportRequest.EmptyWriteable.Reader<V extends java.lang.Object>, Writeable.Writer<V extends java.lang.Object>| Constructor | Description |
|---|---|
TestRequest() |
|
TestRequest(java.lang.String info) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
readFrom(StreamInput in) |
|
java.lang.String |
toString() |
|
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic TestRequest()
public TestRequest(java.lang.String info)
public void readFrom(StreamInput in) throws java.io.IOException
readFrom in interface StreamablereadFrom in class TransportRequestjava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
writeTo in interface StreamablewriteTo in interface WriteablewriteTo in class TransportRequestjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object