Change statisticsType to tickerType

This commit is contained in:
Ankit Gupta
2014-04-15 17:37:50 -07:00
parent 3723d08290
commit b18d914389
3 changed files with 126 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ public class RocksDBSample {
writeOpts.dispose();
try {
for(StatisticsType statsType : StatisticsType.values()) {
for(TickerType statsType : TickerType.values()) {
stats.getTickerCount(statsType);
}
System.out.println("getTickerCount() passed.");