org.apache.sirona.cube
Class CubeCounterDataStore

java.lang.Object
  extended by org.apache.sirona.store.counter.InMemoryCounterDataStore
      extended by org.apache.sirona.store.counter.BatchCounterDataStore
          extended by org.apache.sirona.cube.CubeCounterDataStore
All Implemented Interfaces:
CounterDataStore

public class CubeCounterDataStore
extends BatchCounterDataStore


Field Summary
 
Fields inherited from class org.apache.sirona.store.counter.BatchCounterDataStore
clearAfterCollect, scheduledTask
 
Fields inherited from class org.apache.sirona.store.counter.InMemoryCounterDataStore
counters, gauged, gauges, jmx, stateLock
 
Constructor Summary
CubeCounterDataStore()
           
 
Method Summary
protected  void pushCountersByBatch(Collection<Counter> instances)
           
 
Methods inherited from class org.apache.sirona.store.counter.BatchCounterDataStore
clearCountersIfNeeded, getPeriod, isClearAfterCollect, shutdown
 
Methods inherited from class org.apache.sirona.store.counter.InMemoryCounterDataStore
addToCounter, cleanUp, clearCounters, getCounters, getOrCreateCounter, newCounter, newCounterMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeCounterDataStore

public CubeCounterDataStore()
Method Detail

pushCountersByBatch

protected void pushCountersByBatch(Collection<Counter> instances)
Specified by:
pushCountersByBatch in class BatchCounterDataStore


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.