Class TransportBroadcastByNodeAction.EmptyResult
java.lang.Object
org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
- All Implemented Interfaces:
Writeable
- Enclosing class:
- TransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Writeable>
public static final class TransportBroadcastByNodeAction.EmptyResult
extends Object
implements Writeable
Can be used for implementations of
shardOperation
for
which there is no shard-level return value.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Field Details
-
INSTANCE
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput. -
readEmptyResultFrom
-