Streamable
, Writeable
, TaskAwareRequest
public static class AbstractSimpleTransportTestCase.TestRequest extends TransportRequest
TransportRequest.Empty
Writeable.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, wait
createTask, getDescription, setParentTask
remoteAddress, remoteAddress
getParentTask, setParentTask
public TestRequest()
public TestRequest(java.lang.String info)
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class TransportRequest
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
writeTo
in interface Writeable
writeTo
in class TransportRequest
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object