Package | Description |
---|---|
org.apache.accumulo.server.master.state |
Modifier and Type | Method and Description |
---|---|
TabletState |
TabletLocationState.getState(Set<TServerInstance> liveServers) |
static TabletState |
TabletState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabletState[] |
TabletState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeStats.update(KeyExtent ke,
TabletState state,
boolean chopped,
boolean hasWALs) |
void |
TableStats.update(org.apache.hadoop.io.Text tableId,
TabletState state) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.