Package | Description |
---|---|
org.apache.accumulo.server.tabletserver |
Modifier and Type | Method and Description |
---|---|
static TabletStatsKeeper.Operation |
TabletStatsKeeper.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabletStatsKeeper.Operation[] |
TabletStatsKeeper.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TabletStatsKeeper.updateTime(TabletStatsKeeper.Operation operation,
long start,
long count,
boolean failed) |
void |
TabletStatsKeeper.updateTime(TabletStatsKeeper.Operation operation,
long queued,
long start,
long count,
boolean failed) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.