Streamablepublic 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 | Description |
|---|---|---|
static TransportBroadcastByNodeAction.EmptyResult |
INSTANCE |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewWriteableReaderpublic 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)