Streamable, Writeablepublic static class TransportNodesListGatewayStartedShards.NodeGatewayStartedShards extends BaseNodeResponse
TransportResponse.EmptyWriteable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
NodeGatewayStartedShards() |
|
NodeGatewayStartedShards(DiscoveryNode node,
java.lang.String allocationId,
boolean primary) |
|
NodeGatewayStartedShards(DiscoveryNode node,
java.lang.String allocationId,
boolean primary,
java.lang.Exception storeException) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
allocationId() |
|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
boolean |
primary() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
java.lang.Exception |
storeException() |
|
java.lang.String |
toString() |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
getNodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitremoteAddress, remoteAddresspublic NodeGatewayStartedShards()
public NodeGatewayStartedShards(DiscoveryNode node, java.lang.String allocationId, boolean primary)
public NodeGatewayStartedShards(DiscoveryNode node, java.lang.String allocationId, boolean primary, java.lang.Exception storeException)
public java.lang.String allocationId()
public boolean primary()
public java.lang.Exception storeException()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BaseNodeResponsejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class BaseNodeResponsejava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object