| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Method and Description |
|---|---|
static MasterSwitchType |
MasterSwitchType.valueOf(String name)
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 Type | Method and Description |
|---|---|
default boolean |
Admin.isSplitOrMergeEnabled(MasterSwitchType switchType)
Deprecated.
Since 2.0.0. Will be removed in 3.0.0. Use
Admin.isSplitEnabled() or Admin.isMergeEnabled() instead. |
default boolean[] |
Admin.setSplitOrMergeEnabled(boolean enabled,
boolean synchronous,
MasterSwitchType... switchTypes)
Deprecated.
Since 2.0.0. Will be removed in 3.0.0. Use
Admin.splitSwitch(boolean, boolean)
or Admin.mergeSwitch(boolean, boolean) instead. |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.IsSplitOrMergeEnabledRequest |
RequestConverter.buildIsSplitOrMergeEnabledRequest(MasterSwitchType switchType)
Creates a protocol buffer IsSplitOrMergeEnabledRequest
|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetSplitOrMergeEnabledRequest |
RequestConverter.buildSetSplitOrMergeEnabledRequest(boolean enabled,
boolean synchronous,
MasterSwitchType... switchTypes)
Creates a protocol buffer SetSplitOrMergeEnabledRequest
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.