Uses of Class
org.elasticsearch.action.support.DefaultShardOperationFailedException
-
-
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.close
Subclasses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description static classCloseIndexResponse.ShardResult.Failure -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.flush
Method parameters in org.elasticsearch.action.admin.indices.flush with type arguments of type DefaultShardOperationFailedException Modifier and Type Method Description protected FlushResponseTransportFlushAction. newResponse(int successfulShards, int failedShards, int totalNumCopies, List<DefaultShardOperationFailedException> shardFailures) -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.recovery
Constructor parameters in org.elasticsearch.action.admin.indices.recovery with type arguments of type DefaultShardOperationFailedException Constructor Description RecoveryResponse(int totalShards, int successfulShards, int failedShards, Map<String,List<RecoveryState>> shardRecoveryStates, List<DefaultShardOperationFailedException> shardFailures)Constructs recovery information for a collection of indices and associated shards. -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.refresh
Method parameters in org.elasticsearch.action.admin.indices.refresh with type arguments of type DefaultShardOperationFailedException Modifier and Type Method Description protected RefreshResponseTransportRefreshAction. newResponse(int successfulShards, int failedShards, int totalNumCopies, List<DefaultShardOperationFailedException> shardFailures) -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.shards
Subclasses of DefaultShardOperationFailedException in org.elasticsearch.action.admin.indices.shards Modifier and Type Class Description static classIndicesShardStoresResponse.FailureSingle node failure while retrieving shard store information -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.support
Fields in org.elasticsearch.action.support with type parameters of type DefaultShardOperationFailedException Modifier and Type Field Description static ConstructingObjectParser<DefaultShardOperationFailedException,Void>DefaultShardOperationFailedException. PARSERMethods in org.elasticsearch.action.support with type parameters of type DefaultShardOperationFailedException Modifier and Type Method Description protected static <T extends DefaultShardOperationFailedException>
voidDefaultShardOperationFailedException. declareFields(ConstructingObjectParser<T,Void> objectParser)Methods in org.elasticsearch.action.support that return DefaultShardOperationFailedException Modifier and Type Method Description static DefaultShardOperationFailedExceptionDefaultShardOperationFailedException. fromXContent(XContentParser parser)static DefaultShardOperationFailedExceptionDefaultShardOperationFailedException. readShardOperationFailed(StreamInput in)Methods in org.elasticsearch.action.support with parameters of type DefaultShardOperationFailedException Modifier and Type Method Description static voidDefaultShardOperationFailedException. readFrom(StreamInput in, DefaultShardOperationFailedException f) -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.support.broadcast
Fields in org.elasticsearch.action.support.broadcast declared as DefaultShardOperationFailedException Modifier and Type Field Description static DefaultShardOperationFailedException[]BroadcastResponse. EMPTYMethods in org.elasticsearch.action.support.broadcast that return DefaultShardOperationFailedException Modifier and Type Method Description DefaultShardOperationFailedException[]BroadcastResponse. getShardFailures()The list of shard failures exception.Constructor parameters in org.elasticsearch.action.support.broadcast with type arguments of type DefaultShardOperationFailedException Constructor Description BroadcastResponse(int totalShards, int successfulShards, int failedShards, List<DefaultShardOperationFailedException> shardFailures) -
Uses of DefaultShardOperationFailedException in org.elasticsearch.action.support.replication
Method parameters in org.elasticsearch.action.support.replication with type arguments of type DefaultShardOperationFailedException Modifier and Type Method Description protected abstract BroadcastResponseTransportBroadcastReplicationAction. newResponse(int successfulShards, int failedShards, int totalNumCopies, List<DefaultShardOperationFailedException> shardFailures) -
Uses of DefaultShardOperationFailedException in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return types with arguments of type DefaultShardOperationFailedException Modifier and Type Method Description Collection<DefaultShardOperationFailedException>BroadcastResponse.Shards. failures()The failures corresponding to the shards on which a request failed to be executed against. -
Uses of DefaultShardOperationFailedException in org.elasticsearch.client.indices
Subclasses of DefaultShardOperationFailedException in org.elasticsearch.client.indices Modifier and Type Class Description static classCloseIndexResponse.ShardResult.Failure
-