Uses of Interface
com.bigdata.counters.ICounterSet.IInstrumentFactory

Packages that use ICounterSet.IInstrumentFactory
com.bigdata.counters Package supports declaration, collection, and interchange of performance counters for both hosts and processes on supported platforms. 
com.bigdata.counters.query   
 

Uses of ICounterSet.IInstrumentFactory in com.bigdata.counters
 

Classes in com.bigdata.counters that implement ICounterSet.IInstrumentFactory
 class DefaultInstrumentFactory
          Used to read in CounterSet XML, aggregating data into HistoryInstruments.
 

Methods in com.bigdata.counters with parameters of type ICounterSet.IInstrumentFactory
 void XMLUtility.readXML(CounterSet root, InputStream is, ICounterSet.IInstrumentFactory instrumentFactory, Pattern filter)
           
 void ICounterSet.readXML(InputStream is, ICounterSet.IInstrumentFactory instrumentFactory, Pattern filter)
          Reads counters into this hierarchy.
 void CounterSet.readXML(InputStream is, ICounterSet.IInstrumentFactory instrumentFactory, Pattern filter)
           
 

Uses of ICounterSet.IInstrumentFactory in com.bigdata.counters.query
 

Methods in com.bigdata.counters.query with parameters of type ICounterSet.IInstrumentFactory
static void QueryUtil.readCountersFromFile(File file, CounterSet counterSet, Pattern filter, ICounterSet.IInstrumentFactory instrumentFactory)
          Read counters matching the optional filter from the file into the given CounterSet.
 



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