|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlterCommand.OperationType | |
---|---|
org.apache.hadoop.hbase.shell |
Uses of AlterCommand.OperationType in org.apache.hadoop.hbase.shell |
---|
Methods in org.apache.hadoop.hbase.shell that return AlterCommand.OperationType | |
---|---|
static AlterCommand.OperationType |
AlterCommand.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlterCommand.OperationType[] |
AlterCommand.OperationType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.hadoop.hbase.shell with parameters of type AlterCommand.OperationType | |
---|---|
void |
AlterCommand.setOperationType(AlterCommand.OperationType operationType)
Sets the operation type of this alteration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |