public static final class TransportBroadcastByNodeAction.EmptyResult extends Object implements Streamable
shardOperation for
which there is no shard-level return value.| Modifier and Type | Field and Description |
|---|---|
static TransportBroadcastByNodeAction.EmptyResult |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static TransportBroadcastByNodeAction.EmptyResult |
readEmptyResultFrom(StreamInput in) |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public static TransportBroadcastByNodeAction.EmptyResult INSTANCE
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic static TransportBroadcastByNodeAction.EmptyResult readEmptyResultFrom(StreamInput in)
Copyright © 2009–2017. All rights reserved.