Package org.apache.hadoop.hbase.rsgroup
Class RSGroupAdminEndpoint
java.lang.Object
org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint
- All Implemented Interfaces:
Coprocessor,MasterCoprocessor
Deprecated.
Keep it here only for compatibility with old client, all the logics have been moved
into core of HBase.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor
Coprocessor.State -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RSGroupAdminServiceImplDeprecated.private MasterServicesDeprecated.Fields inherited from interface org.apache.hadoop.hbase.Coprocessor
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) RSGroupInfoManagerDeprecated.Iterable<org.apache.hbase.thirdparty.com.google.protobuf.Service>Deprecated.Coprocessor endpoints providing protobuf services should override this method.voidDeprecated.Called by theCoprocessorEnvironmentduring it's own startup to initialize the coprocessor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.Coprocessor
stopMethods inherited from interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
getMasterObserver
-
Field Details
-
master
Deprecated. -
groupAdminService
Deprecated.
-
-
Constructor Details
-
RSGroupAdminEndpoint
public RSGroupAdminEndpoint()Deprecated.
-
-
Method Details
-
start
Deprecated.Description copied from interface:CoprocessorCalled by theCoprocessorEnvironmentduring it's own startup to initialize the coprocessor.- Specified by:
startin interfaceCoprocessor- Throws:
IOException
-
getServices
Deprecated.Description copied from interface:CoprocessorCoprocessor endpoints providing protobuf services should override this method.- Specified by:
getServicesin interfaceCoprocessor- Returns:
- Iterable of
Services or empty collection. Implementations should never return null.
-
getGroupInfoManager
Deprecated.
-