Uses of Class
org.elasticsearch.cluster.routing.allocation.AllocationExplanation

Packages that use AllocationExplanation
org.elasticsearch.cluster   
org.elasticsearch.cluster.routing.allocation   
 

Uses of AllocationExplanation in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that return AllocationExplanation
 AllocationExplanation ClusterState.allocationExplanation()
           
 AllocationExplanation ClusterState.getAllocationExplanation()
           
 

Methods in org.elasticsearch.cluster with parameters of type AllocationExplanation
 ClusterState.Builder ClusterState.Builder.allocationExplanation(AllocationExplanation allocationExplanation)
           
 

Constructors in org.elasticsearch.cluster with parameters of type AllocationExplanation
ClusterState(long version, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, AllocationExplanation allocationExplanation, com.google.common.collect.ImmutableMap<String,ClusterState.Custom> customs)
           
 

Uses of AllocationExplanation in org.elasticsearch.cluster.routing.allocation
 

Fields in org.elasticsearch.cluster.routing.allocation declared as AllocationExplanation
static AllocationExplanation AllocationExplanation.EMPTY
           
 

Methods in org.elasticsearch.cluster.routing.allocation that return AllocationExplanation
 AllocationExplanation AllocationExplanation.add(ShardId shardId, AllocationExplanation.NodeExplanation nodeExplanation)
           
 AllocationExplanation RoutingAllocation.explanation()
           
 AllocationExplanation RoutingAllocation.Result.explanation()
           
static AllocationExplanation AllocationExplanation.readAllocationExplanation(StreamInput in)
           
 

Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type AllocationExplanation
RoutingAllocation.Result(boolean changed, RoutingTable routingTable, AllocationExplanation explanation)
           
 



Copyright © 2009-2012. All Rights Reserved.