Package org.apache.hadoop.hbase.rsgroup
Class RSGroupProtobufUtil
java.lang.Object
org.apache.hadoop.hbase.rsgroup.RSGroupProtobufUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) static org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupRequestcreateBalanceRSGroupRequest(String groupName, BalanceRequest request) (package private) static voidpopulateBalanceRSGroupResponse(org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupResponse.Builder responseBuilder, BalanceResponse response) (package private) static BalanceRequesttoBalanceRequest(org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupRequest request) (package private) static BalanceResponsetoBalanceResponse(org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupResponse response) (package private) static RSGroupInfotoGroupInfo(org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos.RSGroupInfo proto) (package private) static org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos.RSGroupInfotoProtoGroupInfo(RSGroupInfo pojo) 
- 
Constructor Details- 
RSGroupProtobufUtilprivate RSGroupProtobufUtil()
 
- 
- 
Method Details- 
populateBalanceRSGroupResponsestatic void populateBalanceRSGroupResponse(org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupResponse.Builder responseBuilder, BalanceResponse response) 
- 
toBalanceResponsestatic BalanceResponse toBalanceResponse(org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupResponse response) 
- 
createBalanceRSGroupRequeststatic org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupRequest createBalanceRSGroupRequest(String groupName, BalanceRequest request) 
- 
toBalanceRequeststatic BalanceRequest toBalanceRequest(org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos.BalanceRSGroupRequest request) 
- 
toGroupInfostatic RSGroupInfo toGroupInfo(org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos.RSGroupInfo proto) 
- 
toProtoGroupInfostatic org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos.RSGroupInfo toProtoGroupInfo(RSGroupInfo pojo) 
 
-