Uses of Class
org.elasticsearch.cluster.routing.IndexShardRoutingTable

Packages that use IndexShardRoutingTable
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.operation.plain   
 

Uses of IndexShardRoutingTable in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return IndexShardRoutingTable
 IndexShardRoutingTable IndexShardRoutingTable.Builder.build()
           
 IndexShardRoutingTable IndexShardRoutingTable.normalizeVersions()
          Normalizes all shard routings to the same version.
static IndexShardRoutingTable IndexShardRoutingTable.Builder.readFrom(StreamInput in)
           
static IndexShardRoutingTable IndexShardRoutingTable.Builder.readFromThin(StreamInput in, String index)
           
 IndexShardRoutingTable IndexRoutingTable.shard(int shardId)
           
 

Methods in org.elasticsearch.cluster.routing that return types with arguments of type IndexShardRoutingTable
 com.google.common.collect.ImmutableMap<Integer,IndexShardRoutingTable> IndexRoutingTable.getShards()
           
 com.google.common.collect.UnmodifiableIterator<IndexShardRoutingTable> IndexRoutingTable.iterator()
           
 com.google.common.collect.ImmutableMap<Integer,IndexShardRoutingTable> IndexRoutingTable.shards()
           
 

Methods in org.elasticsearch.cluster.routing with parameters of type IndexShardRoutingTable
 IndexRoutingTable.Builder IndexRoutingTable.Builder.addIndexShard(IndexShardRoutingTable indexShard)
           
static void IndexShardRoutingTable.Builder.writeTo(IndexShardRoutingTable indexShard, StreamOutput out)
           
static void IndexShardRoutingTable.Builder.writeToThin(IndexShardRoutingTable indexShard, StreamOutput out)
           
 

Constructors in org.elasticsearch.cluster.routing with parameters of type IndexShardRoutingTable
IndexShardRoutingTable.Builder(IndexShardRoutingTable indexShard)
           
 

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

Methods in org.elasticsearch.cluster.routing.operation.plain that return IndexShardRoutingTable
protected  IndexShardRoutingTable PlainOperationRouting.shards(ClusterState clusterState, String index, int shardId)
           
protected  IndexShardRoutingTable PlainOperationRouting.shards(ClusterState clusterState, String index, String type, String id, String routing)
           
 



Copyright © 2009-2012. All Rights Reserved.