Uses of Class
com.bigdata.counters.CounterSet

Packages that use CounterSet
com.bigdata.bop.engine   
com.bigdata.bop.fed   
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.btree.view   
com.bigdata.cache A canonicalizing object cache may be constructed from an outer weak reference value hash map backed by an inner hard reference LRU policy. 
com.bigdata.concurrent This package supports concurrency control using exclusive locks on resources. 
com.bigdata.counters Package supports declaration, collection, and interchange of performance counters for both hosts and processes on supported platforms. 
com.bigdata.counters.linux Package provides performance counter collection on Linux platforms using the sysstat suite. 
com.bigdata.counters.osx Package provides performance counter collection on OSX. 
com.bigdata.counters.query   
com.bigdata.counters.render   
com.bigdata.counters.store This package provides a persistence mechanism for performance counters. 
com.bigdata.counters.striped   
com.bigdata.counters.win Package provides collection of performance counters on Windows platforms. 
com.bigdata.htree   
com.bigdata.io   
com.bigdata.io.writecache Low-level write cache service. 
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rawstore A set of interfaces and some simple implementations for a read-write store without atomic commit or transactions. 
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
com.bigdata.rdf.rio This package provides an integration with the openrdf RIO parser that supports fast data loads. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.rwstore   
com.bigdata.rwstore.sector   
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini.master   
com.bigdata.service.ndx   
com.bigdata.service.ndx.pipeline   
com.bigdata.util.concurrent Utility classes related to java.util.concurrent. 
 

Uses of CounterSet in com.bigdata.bop.engine
 

Methods in com.bigdata.bop.engine that return CounterSet
 CounterSet QueryEngine.getCounters()
          Return a CounterSet which reports various statistics for the QueryEngine.
 CounterSet QueryEngineCounters.getCounters()
           
 

Uses of CounterSet in com.bigdata.bop.fed
 

Methods in com.bigdata.bop.fed that return CounterSet
 CounterSet FederatedQueryEngineCounters.getCounters()
           
 

Uses of CounterSet in com.bigdata.btree
 

Methods in com.bigdata.btree that return CounterSet
 CounterSet AbstractBTree.getCounters()
          Return performance counters.
 CounterSet UnisolatedReadWriteIndex.getCounters()
           
 CounterSet ReadCommittedView.getCounters()
           
 CounterSet IIndex.getCounters()
          Return performance counters.
 CounterSet DelegateIndex.getCounters()
           
 CounterSet IndexSegmentStore.getCounters()
           
 

Uses of CounterSet in com.bigdata.btree.view
 

Methods in com.bigdata.btree.view that return CounterSet
 CounterSet FusedView.getCounters()
           
 

Uses of CounterSet in com.bigdata.cache
 

Methods in com.bigdata.cache that return CounterSet
 CounterSet StoreAndAddressLRUCache.getCounterSet()
           
 CounterSet WeakReferenceGlobalLRU.getCounterSet()
           
 CounterSet HardReferenceGlobalLRURecyclerExplicitDeleteRequired.getCounterSet()
           
 CounterSet HardReferenceGlobalLRU.getCounterSet()
          Deprecated.  
 CounterSet BCHMGlobalLRU2.getCounterSet()
           
 CounterSet BCHMGlobalLRU.getCounterSet()
           
 CounterSet IGlobalLRU.getCounterSet()
          The counters for the global LRU.
 CounterSet HardReferenceGlobalLRURecycler.getCounterSet()
           
 

Uses of CounterSet in com.bigdata.concurrent
 

Methods in com.bigdata.concurrent that return CounterSet
 CounterSet NonBlockingLockManagerWithNewDesign.getCounters()
          Note: You MUST submit NonBlockingLockManagerWithNewDesign.statisticsTask to a ScheduledExecutorService in order counter values which report moving averages to be maintained.
 CounterSet LockManager.getCounters()
          Deprecated.  
 CounterSet NonBlockingLockManager.getCounters()
           
 

Uses of CounterSet in com.bigdata.counters
 

Methods in com.bigdata.counters that return CounterSet
 CounterSet AbstractStatisticsCollector.getCounters()
          Return the counter hierarchy.
 CounterSet ICounterSetAccess.getCounters()
          Return performance counters.
static CounterSet AbstractStatisticsCollector.getMemoryCounterSet()
          Return the memory counter set.
 CounterSet CounterSet.makePath(String path)
          Adds any necessary CounterSets described in the path (ala mkdirs).
 

Methods in com.bigdata.counters with parameters of type CounterSet
static void AbstractStatisticsCollector.addBasicServiceOrClientCounters(CounterSet serviceRoot, String serviceName, Class serviceIface, Properties properties)
          Adds the Info and Memory counter sets under the serviceRoot.
static void AbstractStatisticsCollector.addGarbageCollectorMXBeanCounters(CounterSet counterSet)
          Adds/updates counters relating to JVM Garbage Collection.
static void AbstractStatisticsCollector.addServiceProperties(CounterSet serviceInfoSet, Properties properties)
          Lists out all of the properties and then report each property using a OneShotInstrument.
 void XMLUtility.readXML(CounterSet root, InputStream is, ICounterSet.IInstrumentFactory instrumentFactory, Pattern filter)
           
 void XMLUtility.writeXML(CounterSet root, Writer w, Pattern filter)
          Serializes an ICounterSet as XML.
 

Constructors in com.bigdata.counters with parameters of type CounterSet
AbstractCounterSet(String name, CounterSet parent)
           
 

Uses of CounterSet in com.bigdata.counters.linux
 

Methods in com.bigdata.counters.linux that return CounterSet
 CounterSet VMStatCollector.getCounters()
          Declares the counters that we will collect
 CounterSet SarCpuUtilizationCollector.getCounters()
          Declares the counters that we will collect using sar.
 CounterSet StatisticsCollectorForLinux.getCounters()
           
 CounterSet PIDStatCollector.getCounters()
          Declare the counters that we will collect using pidstat.
 

Uses of CounterSet in com.bigdata.counters.osx
 

Methods in com.bigdata.counters.osx that return CounterSet
 CounterSet VMStatCollector.getCounters()
          Declares the counters that we will collect
 CounterSet StatisticsCollectorForOSX.getCounters()
           
 CounterSet IOStatCollector.getCounters()
          Declares the counters that we will collect
 

Uses of CounterSet in com.bigdata.counters.query
 

Methods in com.bigdata.counters.query that return CounterSet
 CounterSet CounterSetSelector.getRoot()
           
 

Methods in com.bigdata.counters.query with parameters of type CounterSet
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.
static void QueryUtil.readCountersFromFile(File file, CounterSet counterSet, Pattern filter, int nslots, PeriodEnum unit)
          Read counters matching the optional filter from the file into the given CounterSet.
 

Constructors in com.bigdata.counters.query with parameters of type CounterSet
CounterSetSelector(CounterSet counterSet)
           
QueryUtil.ReadCounterSetXMLFileTask(File file, CounterSet counterSet, int nsamples, PeriodEnum period, Pattern regex)
           
 

Uses of CounterSet in com.bigdata.counters.render
 

Methods in com.bigdata.counters.render with parameters of type CounterSet
protected  void XHTMLRenderer.writeCounterSet(Writer w, CounterSet counterSet, int depth)
          Writes all counters in the hierarchy starting with the specified CounterSet in a single table (this is the navigational view of the counter set hierarchy).
 

Uses of CounterSet in com.bigdata.counters.store
 

Methods in com.bigdata.counters.store that return CounterSet
 CounterSet CounterSetBTree.rangeIterator(long fromTime, long toTime, TimeUnit unit, Pattern filter, int depth)
          The toTime needs to be ONE (1) unit beyond the time of interest since the minutes come first in the key.
 

Uses of CounterSet in com.bigdata.counters.striped
 

Methods in com.bigdata.counters.striped that return CounterSet
 CounterSet StripedCounters.getCounters()
          Return a new, empty CounterSet.
 

Uses of CounterSet in com.bigdata.counters.win
 

Methods in com.bigdata.counters.win that return CounterSet
 CounterSet StatisticsCollectorForWindows.getCounters()
           
 CounterSet TypeperfCollector.getCounters()
          Declares the performance counters to be collected from the Windows platform.
 

Uses of CounterSet in com.bigdata.htree
 

Methods in com.bigdata.htree that return CounterSet
 CounterSet AbstractHTree.getCounters()
           
 

Uses of CounterSet in com.bigdata.io
 

Methods in com.bigdata.io that return CounterSet
static CounterSet DirectBufferPool.getCounters()
          Return the CounterSet for the DirectBufferPool.
 

Uses of CounterSet in com.bigdata.io.writecache
 

Methods in com.bigdata.io.writecache that return CounterSet
 CounterSet WriteCacheService.getCounters()
          Return the performance counters for the WriteCacheService.
 CounterSet WriteCacheService.WriteCacheServiceCounters.getCounters()
           
 CounterSet WriteCache.getCounters()
          Return the performance counters for the write cacher.
 CounterSet WriteCache.WriteCacheCounters.getCounters()
           
 

Uses of CounterSet in com.bigdata.journal
 

Methods in com.bigdata.journal that return CounterSet
 CounterSet JournalDelegate.getCounters()
           
 CounterSet AbstractJournal.getCounters()
          Return counters reporting on various aspects of the journal.
 CounterSet ConcurrencyManager.getCounters()
          Return the CounterSet.
 CounterSet IBufferStrategy.getCounters()
          Return the performance counter hierarchy.
 CounterSet RWStrategy.getCounters()
           
 CounterSet TemporaryRawStore.getCounters()
           
 CounterSet AbstractLocalTransactionManager.getCounters()
          Return interesting statistics about the transaction manager.
 CounterSet Journal.getCounters()
          Return counters reporting on various aspects of the journal.
 CounterSet IResourceManager.getCounters()
          Statistics about the IResourceManager.
 CounterSet DiskOnlyStrategy.getCounters()
          Deprecated. Return interesting information about the write cache and file operations.
 CounterSet WORMStrategy.getCounters()
          Return interesting information about the write cache and file operations.
 CounterSet WORMStrategy.StoreCounters.getCounters()
           
 CounterSet BasicBufferStrategy.getCounters()
          FIXME Counters need to be added here for the DirectBufferStrategy, MappedBufferStrategy, and TransientBufferStrategy.
 CounterSet Name2Addr.getIndexCounters()
          Return a CounterSet reflecting the named indices that are currently open (more accurately, those open named indices whose references are in Name2Addrs internal Name2Addr.indexCache).
 

Uses of CounterSet in com.bigdata.rawstore
 

Methods in com.bigdata.rawstore that return CounterSet
 CounterSet SimpleMemoryRawStore.getCounters()
           
 

Uses of CounterSet in com.bigdata.rdf.load
 

Methods in com.bigdata.rdf.load that return CounterSet
 CounterSet RDFLoadTaskFactory.getCounters()
          Sets up some additional counters for reporting by the client to the ILoadBalancerService.
 

Uses of CounterSet in com.bigdata.rdf.rio
 

Methods in com.bigdata.rdf.rio that return CounterSet
 CounterSet IAsynchronousWriteStatementBufferFactory.getCounters()
          Return performance counters defined by this factory.
 CounterSet AsynchronousStatementBufferFactory.getCounters()
           
 

Uses of CounterSet in com.bigdata.resources
 

Methods in com.bigdata.resources that return CounterSet
 CounterSet ResourceManager.getCounters()
           
 CounterSet OverflowCounters.getCounters()
           
 CounterSet IndexManager.getIndexCounters()
          Return a CounterSet reflecting use of the named indices.
 

Uses of CounterSet in com.bigdata.rwstore
 

Methods in com.bigdata.rwstore that return CounterSet
 CounterSet RWStore.getCounters()
          Return interesting information about the write cache and file operations.
 CounterSet RWStore.StoreCounters.getCounters()
           
 CounterSet RWStore.getWriteCacheCounters()
           
 

Uses of CounterSet in com.bigdata.rwstore.sector
 

Methods in com.bigdata.rwstore.sector that return CounterSet
 CounterSet MemStore.getCounters()
           
 CounterSet MemoryManager.getCounters()
           
 CounterSet AllocationContext.getCounters()
           
 

Uses of CounterSet in com.bigdata.service
 

Methods in com.bigdata.service that return CounterSet
 CounterSet IBigdataFederation.getCounters()
          The CounterSet which the client will use report its statistics to the ILoadBalancerService.
 CounterSet AbstractTransactionService.getCounters()
          Return the CounterSet.
 CounterSet DistributedTransactionService.getCounters()
          Adds counters for the LockManager.
 CounterSet AbstractFederation.getCounters()
          The CounterSet which the client will use report its statistics to the ILoadBalancerService.
 CounterSet ResourceService.Counters.getCounters()
           
 CounterSet IBigdataFederation.getHostCounterSet()
          The node in IBigdataFederation.getCounters() corresponding to the root of the host on which the client or service is executing.
 CounterSet AbstractFederation.getHostCounterSet()
           
 CounterSet IBigdataFederation.getServiceCounterSet()
          The node in IBigdataFederation.getCounters() corresponding to the root of the client or service connected using this federation.
 CounterSet AbstractFederation.getServiceCounterSet()
           
 

Uses of CounterSet in com.bigdata.service.jini.master
 

Methods in com.bigdata.service.jini.master with parameters of type CounterSet
protected  void TaskMaster.attachPerformanceCounters(CounterSet counterSet)
          Attach to the counters reported by the client to the LBS.
 

Uses of CounterSet in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx that return CounterSet
 CounterSet IndexSyncRPCCounters.getCounters()
           
 CounterSet ClientIndexView.getCounters()
          Return a new CounterSet backed by the ScaleOutIndexCounters for this scale-out index.
 CounterSet AbstractScaleOutClientIndexView.getCounters()
          Return a new CounterSet backed by the ScaleOutIndexCounters for this scale-out index.
 CounterSet ScaleOutIndexCounters.getCounters()
          Return a new CounterSet reporting both the IndexSyncRPCCounters and the IndexAsyncWriteStats for this index.
 

Uses of CounterSet in com.bigdata.service.ndx.pipeline
 

Methods in com.bigdata.service.ndx.pipeline that return CounterSet
 CounterSet AbstractPendingSetMasterStats.getCounters()
           
 CounterSet AbstractRunnableMasterStats.getCounterSet()
          Return a CounterSet which may be used to report the statistics on the index write operation.
 CounterSet AbstractMasterStats.getCounterSet()
          Return a CounterSet which may be used to report the statistics on the index write operation.
 

Uses of CounterSet in com.bigdata.util.concurrent
 

Methods in com.bigdata.util.concurrent that return CounterSet
 CounterSet TaskCounters.getCounters()
          Note: The elapsed time counters (TaskCounters.queueWaitingNanoTime, TaskCounters.serviceNanoTime, and TaskCounters.queuingNanoTime) are reported as cumulative milliseconds by this method.
 CounterSet ThreadPoolExecutorBaseStatisticsTask.getCounters()
          Return the moving averages and various other counters sampled and reported by this class.
 CounterSet ThreadPoolExecutorStatisticsTask.getCounters()
          Adds counters for all innate variables defined for a ThreadPoolExecutor and for each of the variables computed by this class.
 



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