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 ofMasterCoprocessorHostMethods in org.apache.hadoop.hbase.master with parameters of type MasterCoprocessorHostModifier and TypeMethodDescription(package private) booleanMasterRpcServices.hasAccessControlServiceCoprocessor(MasterCoprocessorHost cpHost) Determines if there is a MasterCoprocessor deployed which implementsAccessControlProtos.AccessControlService.Interface.(package private) booleanMasterRpcServices.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