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
Modifier and TypeFieldDescriptionprivate RSGroupAdminServiceImpl
Deprecated.private MasterServices
Deprecated.Fields inherited from interface org.apache.hadoop.hbase.Coprocessor
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) RSGroupInfoManager
Deprecated.Iterable<org.apache.hbase.thirdparty.com.google.protobuf.Service>
Deprecated.Coprocessor endpoints providing protobuf services should override this method.void
Deprecated.Called by theCoprocessorEnvironment
during 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, wait
Methods inherited from interface org.apache.hadoop.hbase.Coprocessor
stop
Methods 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:Coprocessor
Called by theCoprocessorEnvironment
during it's own startup to initialize the coprocessor.- Specified by:
start
in interfaceCoprocessor
- Throws:
IOException
-
getServices
Deprecated.Description copied from interface:Coprocessor
Coprocessor endpoints providing protobuf services should override this method.- Specified by:
getServices
in interfaceCoprocessor
- Returns:
- Iterable of
Service
s or empty collection. Implementations should never return null.
-
getGroupInfoManager
Deprecated.
-