Uses of Class
org.elasticsearch.action.ShardOperationFailedException
-
-
Uses of ShardOperationFailedException in org.elasticsearch
Methods in org.elasticsearch that return ShardOperationFailedException Modifier and Type Method Description static ShardOperationFailedException[]ExceptionsHelper. groupBy(ShardOperationFailedException[] failures)Deduplicate the failures by exception message and index.Methods in org.elasticsearch with parameters of type ShardOperationFailedException Modifier and Type Method Description static ShardOperationFailedException[]ExceptionsHelper. groupBy(ShardOperationFailedException[] failures)Deduplicate the failures by exception message and index. -
Uses of ShardOperationFailedException in org.elasticsearch.action.admin.indices.close
Subclasses of ShardOperationFailedException in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description static classCloseIndexResponse.ShardResult.Failure -
Uses of ShardOperationFailedException in org.elasticsearch.action.admin.indices.shards
Subclasses of ShardOperationFailedException in org.elasticsearch.action.admin.indices.shards Modifier and Type Class Description static classIndicesShardStoresResponse.FailureSingle node failure while retrieving shard store information -
Uses of ShardOperationFailedException in org.elasticsearch.action.search
Subclasses of ShardOperationFailedException in org.elasticsearch.action.search Modifier and Type Class Description classShardSearchFailureRepresents a failure to search on a specific shard. -
Uses of ShardOperationFailedException in org.elasticsearch.action.support
Subclasses of ShardOperationFailedException in org.elasticsearch.action.support Modifier and Type Class Description classDefaultShardOperationFailedException -
Uses of ShardOperationFailedException in org.elasticsearch.action.support.replication
Subclasses of ShardOperationFailedException in org.elasticsearch.action.support.replication Modifier and Type Class Description static classReplicationResponse.ShardInfo.Failure -
Uses of ShardOperationFailedException in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return ShardOperationFailedException Modifier and Type Method Description ShardOperationFailedException[]GraphExploreResponse. getShardFailures()Constructors in org.elasticsearch.client.graph with parameters of type ShardOperationFailedException Constructor Description GraphExploreResponse(long tookInMillis, boolean timedOut, ShardOperationFailedException[] shardFailures, Map<Vertex.VertexId,Vertex> vertices, Map<Connection.ConnectionId,Connection> connections, boolean returnDetailedInfo) -
Uses of ShardOperationFailedException in org.elasticsearch.client.indices
Subclasses of ShardOperationFailedException in org.elasticsearch.client.indices Modifier and Type Class Description static classCloseIndexResponse.ShardResult.Failure -
Uses of ShardOperationFailedException in org.elasticsearch.rest
Methods in org.elasticsearch.rest with parameters of type ShardOperationFailedException Modifier and Type Method Description static RestStatusRestStatus. status(int successfulShards, int totalShards, ShardOperationFailedException... failures) -
Uses of ShardOperationFailedException in org.elasticsearch.rest.action
Methods in org.elasticsearch.rest.action with parameters of type ShardOperationFailedException Modifier and Type Method Description static voidRestActions. buildBroadcastShardsHeader(XContentBuilder builder, ToXContent.Params params, int total, int successful, int skipped, int failed, ShardOperationFailedException[] shardFailures) -
Uses of ShardOperationFailedException in org.elasticsearch.snapshots
Subclasses of ShardOperationFailedException in org.elasticsearch.snapshots Modifier and Type Class Description classSnapshotShardFailureStores information about failures that occurred during shard snapshotting process
-