Skip to content

Commit

Permalink
java doc
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Khare <[email protected]>
  • Loading branch information
Aman Khare committed Mar 19, 2024
1 parent e07ddc8 commit f8093b1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@ public void writeTo(StreamOutput out) throws IOException {
}
}

/**
* Primary shard response from node. It contains the metadata in
* {@link TransportNodesGatewayStartedShardHelper.GatewayStartedShard} and any exception thrown from code will be
* stored in transportError. This exception is stored specifically to disambiguate the store related exceptions
* present in {@link TransportNodesGatewayStartedShardHelper.GatewayStartedShard} as those exceptions may be used
* during decision-making.
*/
public static class GatewayStartedShard {
private final TransportNodesGatewayStartedShardHelper.GatewayStartedShard gatewayStartedShard;
private final Exception transportError;
Expand Down

0 comments on commit f8093b1

Please sign in to comment.