Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure |
Modifier and Type | Method and Description |
---|---|
private static DisableTableProcedure.MarkRegionOfflineOpResult |
DisableTableProcedure.markRegionsOffline(MasterProcedureEnv env,
TableName tableName)
Mark regions of the table offline
|
protected static DisableTableProcedure.MarkRegionOfflineOpResult |
DisableTableProcedure.markRegionsOffline(MasterProcedureEnv env,
TableName tableName,
Boolean retryRequired)
Mark regions of the table offline with retries
|
static DisableTableProcedure.MarkRegionOfflineOpResult |
DisableTableProcedure.MarkRegionOfflineOpResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisableTableProcedure.MarkRegionOfflineOpResult[] |
DisableTableProcedure.MarkRegionOfflineOpResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.