|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShardState | |
---|---|
org.apache.blur.thrift.generated |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |