|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MergeState | |
|---|---|
| org.apache.accumulo.server.master | |
| org.apache.accumulo.server.master.state | |
| Uses of MergeState in org.apache.accumulo.server.master |
|---|
| Methods in org.apache.accumulo.server.master with parameters of type MergeState | |
|---|---|
void |
Master.setMergeState(MergeInfo info,
MergeState state)
|
| Uses of MergeState in org.apache.accumulo.server.master.state |
|---|
| Methods in org.apache.accumulo.server.master.state that return MergeState | |
|---|---|
MergeState |
MergeInfo.getState()
|
MergeState |
MergeStats.nextMergeState(Connector connector,
CurrentState master)
|
static MergeState |
MergeState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MergeState[] |
MergeState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.accumulo.server.master.state with parameters of type MergeState | |
|---|---|
void |
MergeInfo.setState(MergeState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||