Uses of Class
org.apache.blur.thrift.generated.ShardState

Packages that use ShardState
org.apache.blur.manager   
org.apache.blur.manager.indexserver   
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
 

Uses of ShardState in org.apache.blur.manager
 

Methods in org.apache.blur.manager that return types with arguments of type ShardState
 Map<String,ShardState> IndexServer.getShardState(String table)
          Get the shard state.
 

Uses of ShardState in org.apache.blur.manager.indexserver
 

Methods in org.apache.blur.manager.indexserver that return types with arguments of type ShardState
 Map<String,ShardState> ShardStateManager.getShardState(String table)
           
 Map<String,ShardState> LocalIndexServer.getShardState(String table)
           
 Map<String,ShardState> DistributedIndexServer.getShardState(String table)
           
 

Uses of ShardState in org.apache.blur.server
 

Methods in org.apache.blur.server that return types with arguments of type ShardState
 Map<String,Map<String,ShardState>> FilteredBlurServer.shardServerLayoutState(String table)
           
 

Uses of ShardState in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return types with arguments of type ShardState
 Map<String,Map<String,ShardState>> BlurShardServer.shardServerLayoutState(String table)
           
 Map<String,Map<String,ShardState>> BlurControllerServer.shardServerLayoutState(String table)
           
 

Uses of ShardState in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated with type parameters of type ShardState
 Map<String,Map<String,ShardState>> Blur.shardServerLayoutState_result.success
           
 

Methods in org.apache.blur.thrift.generated that return ShardState
static ShardState ShardState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
static ShardState ShardState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShardState[] ShardState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type ShardState
 Map<String,Map<String,ShardState>> Blur.AsyncClient.shardServerLayoutState_call.getResult()
           
 Map<String,Map<String,ShardState>> Blur.shardServerLayoutState_result.getSuccess()
           
 Map<String,Map<String,ShardState>> Blur.Client.recv_shardServerLayoutState()
           
 Map<String,Map<String,ShardState>> Blur.Iface.shardServerLayoutState(String table)
          Returns a map of the layout of the given table, where the key is the shard name and the value is the shard server.

This method will return immediately with what shards are currently open in the shard server.
 Map<String,Map<String,ShardState>> Blur.Client.shardServerLayoutState(String table)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type ShardState
 void Blur.shardServerLayoutState_result.putToSuccess(String key, Map<String,ShardState> val)
           
 Blur.shardServerLayoutState_result Blur.shardServerLayoutState_result.setSuccess(Map<String,Map<String,ShardState>> success)
           
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type ShardState
Blur.shardServerLayoutState_result(Map<String,Map<String,ShardState>> success, BlurException ex)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.