com.bigdata.resources
Interface ResourceManager.IResourceManagerCounters

All Superinterfaces:
IndexManager.IIndexManagerCounters, OverflowManager.IOverflowManagerCounters, StoreManager.IStoreManagerCounters
All Known Subinterfaces:
DataService.IDataServiceCounters, Journal.IJournalCounters
Enclosing class:
ResourceManager

public static interface ResourceManager.IResourceManagerCounters
extends OverflowManager.IOverflowManagerCounters, IndexManager.IIndexManagerCounters, StoreManager.IStoreManagerCounters

Interface defines and documents the counters and counter namespaces for the ResourceManager.

Version:
$Id: ResourceManager.java 5880 2012-01-25 19:53:40Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static String IndexManager
          The namespace for counters pertaining to the IndexManager.
static String IndexPartitionTasks
          The namespace for counters pertaining for overflow tasks (within the OverflowManager namespace).
static String LiveJournal
          The namespace for counters pertaining to the live ManagedJournal.
static String OverflowManager
          The namespace for counters pertaining to the OverflowManager.
static String StoreManager
          The namespace for counters pertaining to the 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

OverflowManager

static final String OverflowManager
The namespace for counters pertaining to the OverflowManager.

See Also:
Constant Field Values

IndexPartitionTasks

static final String IndexPartitionTasks
The namespace for counters pertaining for overflow tasks (within the OverflowManager namespace).

See Also:
Constant Field Values

IndexManager

static final String IndexManager
The namespace for counters pertaining to the IndexManager.

See Also:
Constant Field Values

StoreManager

static final String StoreManager
The namespace for counters pertaining to the StoreManager.

See Also:
Constant Field Values

LiveJournal

static final String LiveJournal
The namespace for counters pertaining to the live ManagedJournal.

Note: these counters are detached and reattached to the new live journal during overflow processing.

See Also:
Constant Field Values


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