|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SlopStats.Tracked | |
|---|---|
| voldemort.store.stats | Store wrappers which deal with statistics |
| Uses of SlopStats.Tracked in voldemort.store.stats |
|---|
| Methods in voldemort.store.stats that return SlopStats.Tracked | |
|---|---|
static SlopStats.Tracked |
SlopStats.Tracked.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SlopStats.Tracked[] |
SlopStats.Tracked.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in voldemort.store.stats with parameters of type SlopStats.Tracked | |
|---|---|
java.util.Map<java.lang.Integer,java.lang.Long> |
SlopStats.asMap(SlopStats.Tracked metric)
|
java.util.Map<java.lang.Integer,java.lang.Long> |
SlopStats.byZone(SlopStats.Tracked metric)
|
void |
SlopStats.clearCount(SlopStats.Tracked metric)
|
void |
SlopStats.clearCount(SlopStats.Tracked metric,
int nodeId)
|
java.lang.Long |
SlopStats.getCount(SlopStats.Tracked metric,
int nodeId)
|
java.lang.Long |
SlopStats.getTotalCount(SlopStats.Tracked metric)
|
void |
SlopStats.incrementCount(SlopStats.Tracked metric,
int nodeId)
|
void |
SlopStats.setAll(SlopStats.Tracked metric,
java.util.Map<java.lang.Integer,java.lang.Long> newValues)
|
void |
SlopStats.setCount(SlopStats.Tracked metric,
int nodeId,
java.lang.Long value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||