Uses of Interface
org.elasticsearch.cluster.routing.operation.OperationRouting

Packages that use OperationRouting
org.elasticsearch.cluster   
org.elasticsearch.cluster.routing.operation.plain   
org.elasticsearch.cluster.service   
 

Uses of OperationRouting in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that return OperationRouting
 OperationRouting ClusterService.operationRouting()
          The operation routing.
 

Uses of OperationRouting in org.elasticsearch.cluster.routing.operation.plain
 

Classes in org.elasticsearch.cluster.routing.operation.plain that implement OperationRouting
 class PlainOperationRouting
           
 

Uses of OperationRouting in org.elasticsearch.cluster.service
 

Methods in org.elasticsearch.cluster.service that return OperationRouting
 OperationRouting InternalClusterService.operationRouting()
           
 

Constructors in org.elasticsearch.cluster.service with parameters of type OperationRouting
InternalClusterService(Settings settings, DiscoveryService discoveryService, OperationRouting operationRouting, TransportService transportService, NodeSettingsService nodeSettingsService, ThreadPool threadPool)
           
 



Copyright © 2009-2012. All Rights Reserved.