Package org.elasticsearch.transport
Class AbstractSimpleTransportTestCase.Version1Request
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.transport.AbstractSimpleTransportTestCase.Version0Request
org.elasticsearch.transport.AbstractSimpleTransportTestCase.Version1Request
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.core.RefCounted,org.elasticsearch.tasks.TaskAwareRequest
- Enclosing class:
- AbstractSimpleTransportTestCase
public static class AbstractSimpleTransportTestCase.Version1Request
extends AbstractSimpleTransportTestCase.Version0Request
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
org.elasticsearch.transport.TransportRequest.Empty -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(org.elasticsearch.common.io.stream.StreamOutput out) Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceorg.elasticsearch.common.io.stream.Writeable- Overrides:
writeToin classAbstractSimpleTransportTestCase.Version0Request- Throws:
IOException
-