Package | Description |
---|---|
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
AssignmentManager.RegionState.State |
AssignmentManager.RegionState.getState() |
static AssignmentManager.RegionState.State |
AssignmentManager.RegionState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentManager.RegionState.State[] |
AssignmentManager.RegionState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AssignmentManager.RegionState.update(AssignmentManager.RegionState.State state) |
void |
AssignmentManager.RegionState.update(AssignmentManager.RegionState.State state,
long stamp,
ServerName serverName) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.