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 5988 2012-02-08 15:53:20Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static String concurrencyManager
          The namespace for the counters pertaining to the ConcurrencyManager.
static String queryEngine
          The namespace for the counters pertaining to the QueryEngine.
static String resourceManager
          The namespace for the counters pertaining to the ResourceManager.
static String transactionManager
          The namespace for the counters pertaining to the ILocalTransactionService.
 
Fields inherited from interface com.bigdata.journal.ConcurrencyManager.IConcurrencyManagerCounters
LockManager, ReadService, TXWriteService, writeService
 
Fields inherited from interface com.bigdata.resources.ResourceManager.IResourceManagerCounters
IndexManager, IndexPartitionTasks, LiveJournal, OverflowManager, StoreManager
 
Fields inherited from interface com.bigdata.resources.OverflowManager.IOverflowManagerCounters
AsynchronousOverflowCount, AsynchronousOverflowFailedCount, AsynchronousOverflowMillis, AsynchronousOverflowTaskCancelledCount, AsynchronousOverflowTaskFailedCount, OverflowAllowed, OverflowEnabled, ShouldOverflow, SynchronousOverflowCount, SynchronousOverflowMillis
 
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
 

Field Detail

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

queryEngine

static final String queryEngine
The namespace for the counters pertaining to the QueryEngine.

See Also:
Constant Field Values


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