Uses of Interface
com.bigdata.counters.ICounterSet

Packages that use ICounterSet
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.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.counters Package supports declaration, collection, and interchange of performance counters for both hosts and processes on supported platforms. 
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of ICounterSet in com.bigdata.btree
 

Methods in com.bigdata.btree that return ICounterSet
 ICounterSet BTreeCounters.getCounters()
          Return a CounterSet reporting on the various counters tracked in the instance fields of this class.
 ICounterSet BloomFilter.BloomFilterCounters.getCounters()
          Return a CounterSet reporting on the various counters tracked in the instance fields of this class.
 

Uses of ICounterSet in com.bigdata.cache
 

Subinterfaces of ICounterSet in com.bigdata.cache
static interface IGlobalLRU.IGlobalLRUCounters
          Interface defines some standard counters for the global LRU.
 

Uses of ICounterSet in com.bigdata.counters
 

Classes in com.bigdata.counters that implement ICounterSet
 class AbstractCounterSet
           
 class CounterSet
          A set of counters arranged in a hierarchy, much like a file system.
 

Methods in com.bigdata.counters that return ICounterSet
 ICounterSet ICounterNode.getParent()
          The immediate parent in the hierarchy -or- null iff this is the root of the hierarchy.
 ICounterSet AbstractCounterSet.getParent()
           
 ICounterSet[] AbstractCounterSet.getPathComponents()
          The ordered array of counter sets from the root.
 ICounterSet ICounterNode.getRoot()
          The root of the hierarchy.
 ICounterSet ICounterSet.makePath(String path)
          Adds any necessary ICounterSets described in the path (ala mkdirs).
 

Methods in com.bigdata.counters that return types with arguments of type ICounterSet
 Iterator<ICounterSet> CounterSet.counterSetIterator()
          Iterator visits the directly attached ICounterSet children.
 

Uses of ICounterSet in com.bigdata.journal
 

Methods in com.bigdata.journal that return ICounterSet
 ICounterSet IConcurrencyManager.getCounters()
          Return declared counters.
 

Uses of ICounterSet in com.bigdata.service
 

Methods in com.bigdata.service with parameters of type ICounterSet
protected  ServiceScore LoadBalancerService.UpdateTask.computeScore(HostScore hostScore, UUID serviceUUID, ICounterSet hostCounterSet, ICounterSet serviceCounterSet)
          Compute the score for a service.
protected  HostScore LoadBalancerService.UpdateTask.computeScore(String hostname, ICounterSet hostCounterSet)
          Compute the score for a host.
protected  double LoadBalancerService.UpdateTask.getAverageValueForMinutes(ICounterSet counterSet, String path, double defaultValue, int minutes)
          Return the average of the counter having the given path over the last minutes minutes.
protected  double LoadBalancerService.UpdateTask.getCurrentValue(ICounterSet counterSet, String path, double defaultValue)
           
 



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