| 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.splitOrMergeEnabledSwitch(MasterSwitchType)} 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.splitOrMergeEnabledSwitch(boolean, boolean, MasterSwitchType...). |
boolean[] |
Admin.splitOrMergeEnabledSwitch(boolean enabled,
boolean synchronous,
MasterSwitchType... switchTypes)
Turn the Split or Merge switches on or off.
|
boolean[] |
HBaseAdmin.splitOrMergeEnabledSwitch(boolean enabled,
boolean synchronous,
MasterSwitchType... switchTypes) |
boolean |
Admin.splitOrMergeEnabledSwitch(MasterSwitchType switchType)
Query the current state of the switch.
|
boolean |
HBaseAdmin.splitOrMergeEnabledSwitch(MasterSwitchType switchType) |
| 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–2017 The Apache Software Foundation. All rights reserved.