com.bigdata.counters
Interface ICounter<T>

Type Parameters:
T -
All Superinterfaces:
ICounterNode, IInstrument<T>

public interface ICounter<T>
extends ICounterNode, IInstrument<T>

Interface for a sampled counter.

Version:
$Id: ICounter.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 IInstrument<T> getInstrument()
           
 
Methods inherited from interface com.bigdata.counters.ICounterNode
getChild, getDepth, getName, getParent, getPath, getPath, getRoot, isCounter, isCounterSet, isRoot
 
Methods inherited from interface com.bigdata.counters.IInstrument
getValue, lastModified, setValue
 

Method Detail

getInstrument

IInstrument<T> getInstrument()


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.