Uses of Class
org.apache.hadoop.hbase.regionserver.RegionOpeningState

Packages that use RegionOpeningState
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
 

Uses of RegionOpeningState in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return RegionOpeningState
static RegionOpeningState ResponseConverter.getRegionOpeningState(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse proto)
          Get the region opening state from a OpenRegionResponse
 

Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type RegionOpeningState
static List<RegionOpeningState> ResponseConverter.getRegionOpeningStateList(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse proto)
          Get a list of region opening state from a OpenRegionResponse
 

Uses of RegionOpeningState in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return RegionOpeningState
static RegionOpeningState RegionOpeningState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RegionOpeningState[] RegionOpeningState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.