Uses of Class
org.elasticsearch.cluster.routing.allocation.RoutingAllocation.Result

Packages that use RoutingAllocation.Result
org.elasticsearch.cluster   
org.elasticsearch.cluster.routing.allocation   
 

Uses of RoutingAllocation.Result in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster with parameters of type RoutingAllocation.Result
 ClusterState.Builder ClusterState.Builder.routingResult(RoutingAllocation.Result routingResult)
           
 

Uses of RoutingAllocation.Result in org.elasticsearch.cluster.routing.allocation
 

Methods in org.elasticsearch.cluster.routing.allocation that return RoutingAllocation.Result
 RoutingAllocation.Result AllocationService.applyFailedShard(ClusterState clusterState, ShardRouting failedShard)
          Applies the failed shards.
 RoutingAllocation.Result AllocationService.applyStartedShards(ClusterState clusterState, List<? extends ShardRouting> startedShards)
          Applies the started shards.
 RoutingAllocation.Result AllocationService.reroute(ClusterState clusterState)
          Reroutes the routing table based on the live nodes.
 RoutingAllocation.Result AllocationService.rerouteWithNoReassign(ClusterState clusterState)
          Only handles reroute but *without* any reassignment of unassigned shards or rebalancing.
 



Copyright © 2009-2012. All Rights Reserved.