Uses of Class
org.apache.hadoop.hbase.master.MasterCoprocessorHost
Packages that use MasterCoprocessorHost
-
Uses of MasterCoprocessorHost in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as MasterCoprocessorHostMethods in org.apache.hadoop.hbase.master that return MasterCoprocessorHostModifier and TypeMethodDescriptionHMaster.getMasterCoprocessorHost()
MasterServices.getMasterCoprocessorHost()
Returns Master's instance ofMasterCoprocessorHost
Methods in org.apache.hadoop.hbase.master with parameters of type MasterCoprocessorHostModifier and TypeMethodDescription(package private) boolean
MasterRpcServices.hasAccessControlServiceCoprocessor
(MasterCoprocessorHost cpHost) Determines if there is a MasterCoprocessor deployed which implementsAccessControlProtos.AccessControlService.Interface
.(package private) boolean
MasterRpcServices.hasVisibilityLabelsServiceCoprocessor
(MasterCoprocessorHost cpHost) Determines if there is a MasterCoprocessor deployed which implementsVisibilityLabelsProtos.VisibilityLabelsService.Interface
. -
Uses of MasterCoprocessorHost in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure that return MasterCoprocessorHost