public class Stat extends Object
Constructor and Description |
---|
Stat() |
Modifier and Type | Method and Description |
---|---|
void |
addToStat(String statType,
long amount) |
void |
clear() |
int |
getBookkeepingInfo(String statType) |
long |
getStat(String statType) |
Collection<String> |
getStoredStats() |
void |
setBookkeepingInfo(String statType,
int info) |
public void addToStat(String statType, long amount)
public long getStat(String statType)
public Collection<String> getStoredStats()
public void clear()
public void setBookkeepingInfo(String statType, int info)
public int getBookkeepingInfo(String statType)
Copyright © 2017 The Apache Software Foundation. All rights reserved.