Package | Description |
---|---|
org.apache.accumulo.server.master | |
org.apache.accumulo.server.master.state |
Modifier and Type | Method and Description |
---|---|
void |
Master.setMergeState(MergeInfo info,
MergeState state) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeInfo.setState(MergeState state) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.