public static final class TransportBroadcastByNodeAction.EmptyResult extends java.lang.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)
Set this object's fields from a StreamInput.
|
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public static TransportBroadcastByNodeAction.EmptyResult INSTANCE
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOExceptionpublic static TransportBroadcastByNodeAction.EmptyResult readEmptyResultFrom(StreamInput in)