Uses of Interface
com.bigdata.btree.ICounter

Packages that use ICounter
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.isolation   
com.bigdata.btree.view   
com.bigdata.htree   
com.bigdata.service.ndx   
 

Uses of ICounter in com.bigdata.btree
 

Classes in com.bigdata.btree that implement ICounter
static class BTree.Counter
          Mutable counter.
static class BTree.PartitionedCounter
          Places the counter values into a namespace formed by the partition identifier.
 class ReadOnlyCounter
          A read-only view of an ICounter.
 

Methods in com.bigdata.btree that return ICounter
 ICounter IndexSegment.getCounter()
          Operation is disallowed - the counter is only stored in the mutable BTree.
 ICounter ReadOnlyIndex.getCounter()
          Counter is read-only.
 ICounter UnisolatedReadWriteIndex.getCounter()
          This throws an exception.
 ICounter ReadCommittedView.getCounter()
           
 ICounter DelegateIndex.getCounter()
           
 ICounter IIndexLocalCounter.getCounter()
          A restart-safe counter.
 ICounter BTree.getCounter()
          Returns an ICounter.
 

Constructors in com.bigdata.btree with parameters of type ICounter
BTree.PartitionedCounter(int partitionId, ICounter src)
           
ReadOnlyCounter(ICounter src)
           
 

Uses of ICounter in com.bigdata.btree.isolation
 

Methods in com.bigdata.btree.isolation that return ICounter
 ICounter IsolatedFusedView.getCounter()
          Counters are disallowed for isolated view.
 

Uses of ICounter in com.bigdata.btree.view
 

Methods in com.bigdata.btree.view that return ICounter
 ICounter FusedView.getCounter()
          The counter for the first source.
 

Uses of ICounter in com.bigdata.htree
 

Classes in com.bigdata.htree that implement ICounter
 class Counter
          Mutable counter.
 

Methods in com.bigdata.htree that return ICounter
 ICounter HTree.getCounter()
          Returns an ICounter.
 

Uses of ICounter in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx that return ICounter
 ICounter ClientIndexView.getCounter()
           
 ICounter AbstractScaleOutClientIndexView.getCounter()
           
 ICounter IClientIndex.getCounter()
          Counters are local to a specific index partition and are only available to unisolated procedures running inside of an IConcurrencyManager (which includes procedures run on an IDataService).
 



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