Uses of Enum
org.apache.hadoop.hbase.client.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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprivate MasterSwitchType
MasterRpcServices.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterSwitchType switchType) Modifier 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
Modifier and TypeMethodDescriptionprivate boolean
SimpleRegionNormalizer.isMasterSwitchEnabled
(MasterSwitchType masterSwitchType) -
Uses of MasterSwitchType in org.apache.hadoop.hbase.security.access
Modifier and TypeMethodDescriptionvoid
AccessController.preSetSplitOrMergeEnabled
(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean newValue, MasterSwitchType switchType) -
Uses of MasterSwitchType in org.apache.hadoop.hbase.security.visibility
Modifier and TypeMethodDescriptionvoid
VisibilityController.postSetSplitOrMergeEnabled
(ObserverContext<MasterCoprocessorEnvironment> ctx, boolean newValue, MasterSwitchType switchType)