com.bigdata.service
Interface DataService.IDataServiceCounters
- All Superinterfaces:
- ConcurrencyManager.IConcurrencyManagerCounters, IndexManager.IIndexManagerCounters, OverflowManager.IOverflowManagerCounters, ResourceManager.IResourceManagerCounters, StoreManager.IStoreManagerCounters
- Enclosing class:
- DataService
public static interface DataService.IDataServiceCounters
- extends ConcurrencyManager.IConcurrencyManagerCounters, ResourceManager.IResourceManagerCounters
Interface defines and documents the counters and counter namespaces
reported by the DataService and the various services which it
uses.
- Version:
- $Id: DataService.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Fields inherited from interface com.bigdata.resources.IndexManager.IIndexManagerCounters |
IndexCacheCapacity, IndexCacheSize, IndexCount, IndexSegmentCacheCapacity, IndexSegmentCacheSize, IndexSegmentOpenLeafByteCount, IndexSegmentOpenLeafCount, Indices, StaleLocatorCacheCapacity, StaleLocatorCacheSize, StaleLocators |
| Fields inherited from interface com.bigdata.resources.StoreManager.IStoreManagerCounters |
BytesDeleted, BytesUnderManagement, DataDir, DataDirBytesAvailable, IsOpen, IsRunning, IsStarting, JournalBytesUnderManagement, JournalDeleteCount, JournalReopenCount, LastCommitTime, LastCommitTimePreserved, LastOverflowTime, ManagedJournalCount, ManagedSegmentStoreCount, MaximumJournalSizeAtOverflow, PurgeResourcesMillis, ReleaseTime, SegmentBytesUnderManagement, SegmentStoreDeleteCount, SegmentStoreReopenCount, StoreCacheCapacity, StoreCacheSize, TmpDir, TmpDirBytesAvailable |
concurrencyManager
static final String concurrencyManager
- The namespace for the counters pertaining to the
ConcurrencyManager.
- See Also:
- Constant Field Values
transactionManager
static final String transactionManager
- The namespace for the counters pertaining to the
ILocalTransactionService.
- See Also:
- Constant Field Values
resourceManager
static final String resourceManager
- The namespace for the counters pertaining to the
ResourceManager.
- See Also:
- Constant Field Values
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.