public class ThroughputStats extends Object
| Constructor and Description |
|---|
ThroughputStats() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.cliffc.high_scale_lib.Counter> |
cycleStreamThroughput() |
org.cliffc.high_scale_lib.Counter |
getBenchmarkCounter() |
HashMap<String,org.cliffc.high_scale_lib.Counter> |
getCurrentStreamThroughput() |
long |
getCurrentThroughput() |
AtomicReference<ConcurrentHashMap<String,org.cliffc.high_scale_lib.Counter>> |
getStreamThroughput() |
org.cliffc.high_scale_lib.Counter |
getThroughputCounter() |
void |
incrementStreamThroughput(String streamId) |
void |
setCurrentStreamThroughput(HashMap<String,org.cliffc.high_scale_lib.Counter> throughput) |
void |
setCurrentThroughput(long currentThroughput) |
public long getCurrentThroughput()
public org.cliffc.high_scale_lib.Counter getThroughputCounter()
public org.cliffc.high_scale_lib.Counter getBenchmarkCounter()
public void setCurrentThroughput(long currentThroughput)
public AtomicReference<ConcurrentHashMap<String,org.cliffc.high_scale_lib.Counter>> getStreamThroughput()
public void incrementStreamThroughput(String streamId)
public void setCurrentStreamThroughput(HashMap<String,org.cliffc.high_scale_lib.Counter> throughput)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.