Class TransportBroadcastByNodeAction.EmptyResult
- java.lang.Object
-
- org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- All Implemented Interfaces:
Streamable
- Enclosing class:
- TransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Streamable>
public static final class TransportBroadcastByNodeAction.EmptyResult extends java.lang.Object implements Streamable
Can be used for implementations ofshardOperationfor which there is no shard-level return value.
-
-
Field Summary
Fields Modifier and Type Field Description static TransportBroadcastByNodeAction.EmptyResultINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransportBroadcastByNodeAction.EmptyResultreadEmptyResultFrom(StreamInput in)voidreadFrom(StreamInput in)Set this object's fields from a StreamInput.voidwriteTo(StreamOutput out)Write this object's fields to a StreamOutput.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.io.stream.Streamable
-
-
-
-
Field Detail
-
INSTANCE
public static TransportBroadcastByNodeAction.EmptyResult INSTANCE
-
-
Method Detail
-
readFrom
public void readFrom(StreamInput in) throws java.io.IOException
Description copied from interface:StreamableSet this object's fields from a StreamInput.- Specified by:
readFromin interfaceStreamable- Throws:
java.io.IOException
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:StreamableWrite this object's fields to a StreamOutput.- Specified by:
writeToin interfaceStreamable- Throws:
java.io.IOException
-
readEmptyResultFrom
public static TransportBroadcastByNodeAction.EmptyResult readEmptyResultFrom(StreamInput in)
-
-