Class IndicesShardStoresResponse.Failure

java.lang.Object
org.elasticsearch.action.ShardOperationFailedException
org.elasticsearch.action.support.DefaultShardOperationFailedException
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
IndicesShardStoresResponse

public static class IndicesShardStoresResponse.Failure
extends DefaultShardOperationFailedException
Single node failure while retrieving shard store information
  • Constructor Details

    • Failure

      public Failure​(java.lang.String nodeId, java.lang.String index, int shardId, java.lang.Throwable reason)
  • Method Details