public static class TransportNodesListGatewayStartedShards.NodeGatewayStartedShards extends BaseNodeResponse
TransportResponse.Empty| Constructor and 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 and 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.
|
getNoderemoteAddress, 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 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