Uses of Class
org.elasticsearch.action.FailedNodeException

Packages that use FailedNodeException
org.elasticsearch.action   
org.elasticsearch.gateway.local.state.meta   
org.elasticsearch.gateway.local.state.shards   
org.elasticsearch.indices.store   
 

Uses of FailedNodeException in org.elasticsearch.action
 

Subclasses of FailedNodeException in org.elasticsearch.action
 class NoSuchNodeException
           
 

Uses of FailedNodeException in org.elasticsearch.gateway.local.state.meta
 

Methods in org.elasticsearch.gateway.local.state.meta that return FailedNodeException
 FailedNodeException[] TransportNodesListGatewayMetaState.NodesLocalGatewayMetaState.failures()
           
 

Constructors in org.elasticsearch.gateway.local.state.meta with parameters of type FailedNodeException
TransportNodesListGatewayMetaState.NodesLocalGatewayMetaState(ClusterName clusterName, TransportNodesListGatewayMetaState.NodeLocalGatewayMetaState[] nodes, FailedNodeException[] failures)
           
 

Uses of FailedNodeException in org.elasticsearch.gateway.local.state.shards
 

Methods in org.elasticsearch.gateway.local.state.shards that return FailedNodeException
 FailedNodeException[] TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards.failures()
           
 

Constructors in org.elasticsearch.gateway.local.state.shards with parameters of type FailedNodeException
TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards(ClusterName clusterName, TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes, FailedNodeException[] failures)
           
 

Uses of FailedNodeException in org.elasticsearch.indices.store
 

Methods in org.elasticsearch.indices.store that return FailedNodeException
 FailedNodeException[] TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData.failures()
           
 

Constructors in org.elasticsearch.indices.store with parameters of type FailedNodeException
TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData(ClusterName clusterName, TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData[] nodes, FailedNodeException[] failures)
           
 



Copyright © 2009-2012. All Rights Reserved.