Uses of Interface
org.elasticsearch.action.ShardOperationFailedException

Packages that use ShardOperationFailedException
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.support   
org.elasticsearch.action.support.broadcast   
 

Uses of ShardOperationFailedException in org.elasticsearch.action.search
 

Classes in org.elasticsearch.action.search that implement ShardOperationFailedException
 class ShardSearchFailure
          Represents a failure to search on a specific shard.
 

Uses of ShardOperationFailedException in org.elasticsearch.action.support
 

Classes in org.elasticsearch.action.support that implement ShardOperationFailedException
 class DefaultShardOperationFailedException
           
 

Uses of ShardOperationFailedException in org.elasticsearch.action.support.broadcast
 

Methods in org.elasticsearch.action.support.broadcast that return types with arguments of type ShardOperationFailedException
 List<ShardOperationFailedException> BroadcastOperationResponse.getShardFailures()
          The list of shard failures exception.
 List<? extends ShardOperationFailedException> BroadcastOperationResponse.shardFailures()
          The list of shard failures exception.
 

Constructor parameters in org.elasticsearch.action.support.broadcast with type arguments of type ShardOperationFailedException
BroadcastOperationResponse(int totalShards, int successfulShards, int failedShards, List<ShardOperationFailedException> shardFailures)
           
 



Copyright © 2009-2012. All Rights Reserved.