Package org.elasticsearch.transport
Class TransportRequest.Empty
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportRequest
-
- org.elasticsearch.transport.TransportRequest.Empty
-
- All Implemented Interfaces:
Streamable
,Writeable
,TaskAwareRequest
- Enclosing class:
- TransportRequest
public static class TransportRequest.Empty extends TransportRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.Empty
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Field Summary
Fields Modifier and Type Field Description static TransportRequest.Empty
INSTANCE
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
-
Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, readFrom, setParentTask, writeTo
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
-
-
-
Field Detail
-
INSTANCE
public static final TransportRequest.Empty INSTANCE
-
-