| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| Modifier and Type | Method and Description |
|---|---|
static Admin.MasterSwitchType |
Admin.MasterSwitchType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Admin.MasterSwitchType[] |
Admin.MasterSwitchType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HBaseAdmin.isSplitOrMergeEnabled(Admin.MasterSwitchType switchType) |
boolean |
Admin.isSplitOrMergeEnabled(Admin.MasterSwitchType switchType)
Query the current state of the switch
|
boolean[] |
HBaseAdmin.setSplitOrMergeEnabled(boolean enabled,
boolean synchronous,
Admin.MasterSwitchType... switchTypes) |
boolean[] |
Admin.setSplitOrMergeEnabled(boolean enabled,
boolean synchronous,
Admin.MasterSwitchType... switchTypes)
Turn the Split or Merge switches on or off.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsSplitOrMergeEnabledRequest |
RequestConverter.buildIsSplitOrMergeEnabledRequest(Admin.MasterSwitchType switchType)
Creates a protocol buffer IsSplitOrMergeEnabledRequest
|
static org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SetSplitOrMergeEnabledRequest |
RequestConverter.buildSetSplitOrMergeEnabledRequest(boolean enabled,
boolean synchronous,
Admin.MasterSwitchType... switchTypes)
Creates a protocol buffer SetSplitOrMergeEnabledRequest
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.