Uses of Enum
org.apache.hadoop.hbase.client.MasterSwitchType
Packages that use MasterSwitchType
Package
Description
Provides HBase Client
Table of Contents
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of MasterSwitchType in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return MasterSwitchTypeModifier and TypeMethodDescriptionstatic MasterSwitchType
Returns the enum constant of this type with the specified name.static MasterSwitchType[]
MasterSwitchType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase.client with parameters of type MasterSwitchTypeModifier and TypeMethodDescriptiondefault boolean
Admin.isSplitOrMergeEnabled
(MasterSwitchType switchType) Deprecated.Since 2.0.0.private CompletableFuture<Boolean>
RawAsyncHBaseAdmin.isSplitOrMergeOn
(MasterSwitchType switchType) default boolean[]
Admin.setSplitOrMergeEnabled
(boolean enabled, boolean synchronous, MasterSwitchType... switchTypes) Deprecated.Since 2.0.0.private CompletableFuture<Boolean>
RawAsyncHBaseAdmin.setSplitOrMergeOn
(boolean enabled, boolean synchronous, MasterSwitchType switchType) private boolean
HBaseAdmin.splitOrMergeSwitch
(boolean enabled, boolean synchronous, MasterSwitchType switchType) -
Uses of MasterSwitchType in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type MasterSwitchTypeModifier and TypeMethodDescriptiondefault void
MasterObserver.postSetSplitOrMergeEnabled
(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean newValue, MasterSwitchType switchType) Called after setting split / merge switchdefault void
MasterObserver.preSetSplitOrMergeEnabled
(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean newValue, MasterSwitchType switchType) Called prior to setting split / merge switch Supports Coprocessor 'bypass'. -
Uses of MasterSwitchType in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return MasterSwitchTypeModifier and TypeMethodDescriptionprivate MasterSwitchType
MasterRpcServices.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterSwitchType switchType) Methods in org.apache.hadoop.hbase.master with parameters of type MasterSwitchTypeModifier and TypeMethodDescriptionboolean
HMaster.isSplitOrMergeEnabled
(MasterSwitchType switchType) Queries the state of theSplitOrMergeStateStore
.boolean
MasterServices.isSplitOrMergeEnabled
(MasterSwitchType switchType) boolean
SplitOrMergeStateStore.isSplitOrMergeEnabled
(MasterSwitchType switchType) void
MasterCoprocessorHost.postSetSplitOrMergeEnabled
(boolean newValue, MasterSwitchType switchType) void
MasterCoprocessorHost.preSetSplitOrMergeEnabled
(boolean newValue, MasterSwitchType switchType) void
SplitOrMergeStateStore.setSplitOrMergeEnabled
(boolean enabled, MasterSwitchType switchType) -
Uses of MasterSwitchType in org.apache.hadoop.hbase.master.normalizer
Methods in org.apache.hadoop.hbase.master.normalizer with parameters of type MasterSwitchTypeModifier and TypeMethodDescriptionprivate boolean
SimpleRegionNormalizer.isMasterSwitchEnabled
(MasterSwitchType masterSwitchType) -
Uses of MasterSwitchType in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access with parameters of type MasterSwitchTypeModifier and TypeMethodDescriptionvoid
AccessController.preSetSplitOrMergeEnabled
(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean newValue, MasterSwitchType switchType) -
Uses of MasterSwitchType in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility with parameters of type MasterSwitchTypeModifier and TypeMethodDescriptionvoid
VisibilityController.postSetSplitOrMergeEnabled
(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean newValue, MasterSwitchType switchType)