com.bigdata.service.jini.util
Class DumpFederation.IndexPartitionDetailRecord

java.lang.Object
  extended by com.bigdata.service.jini.util.DumpFederation.IndexPartitionDetailRecord
All Implemented Interfaces:
Serializable
Enclosing class:
DumpFederation

public static class DumpFederation.IndexPartitionDetailRecord
extends Object
implements Serializable

Encapsulates several different kinds of byte counts for the index partition and the data service on which it resides.

Version:
$Id$
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
 long asynchronousOverflowCount
          The #of overflow events.
 long bytesUnderManagement
          The #of bytes being managed by the data service on which the index partition resides.
 long dataDirFreeSpace
          The free space in bytes on the volume holding the data service's data directory.
 IndexMetadata indexMetadata
          The complete IndexMetadata record for the mutable BTree on the live journal.
 String indexPartitionName
          The name of the index partition.
 long journalBytesUnderManagement
          The #of bytes found in journals managed by the data service on which the index partition resides.
 int journalSourceCount
          The #of resources in the view for the index partition which are StoreManager.ManagedJournals.
 long managedJournalCount
          The #of journals that are currently under management for the data service on which the index partition resides.
 long managedSegmentCount
          The #of index segments that are currently under management for the data service on which the index partition resides.
 LocalPartitionMetadata pmd
          The detailed description of the index view.
 long segmentBytesUnderManagement
          The #of bytes found in index segments managed by the data service on which the index partition resides.
 int segmentSourceCount
          The #of resources in the view for the index partition which are IndexSegments.
 int sourceCount
          The #of resources in the view for the index partition.
 DumpFederation.SourceDetailRecord[] sources
          Details on each source in the view.
 
Constructor Summary
DumpFederation.IndexPartitionDetailRecord(ResourceManager resourceManager, long timestamp, String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexPartitionName

public final String indexPartitionName
The name of the index partition.


indexMetadata

public final IndexMetadata indexMetadata
The complete IndexMetadata record for the mutable BTree on the live journal.


pmd

public final LocalPartitionMetadata pmd
The detailed description of the index view.


sources

public DumpFederation.SourceDetailRecord[] sources
Details on each source in the view. The order is the order of the sources in the view.


sourceCount

public final int sourceCount
The #of resources in the view for the index partition.


journalSourceCount

public final int journalSourceCount
The #of resources in the view for the index partition which are StoreManager.ManagedJournals.


segmentSourceCount

public final int segmentSourceCount
The #of resources in the view for the index partition which are IndexSegments.


dataDirFreeSpace

public final long dataDirFreeSpace
The free space in bytes on the volume holding the data service's data directory.


bytesUnderManagement

public final long bytesUnderManagement
The #of bytes being managed by the data service on which the index partition resides.


journalBytesUnderManagement

public final long journalBytesUnderManagement
The #of bytes found in journals managed by the data service on which the index partition resides.


segmentBytesUnderManagement

public final long segmentBytesUnderManagement
The #of bytes found in index segments managed by the data service on which the index partition resides.


managedJournalCount

public final long managedJournalCount
The #of journals that are currently under management for the data service on which the index partition resides.


managedSegmentCount

public final long managedSegmentCount
The #of index segments that are currently under management for the data service on which the index partition resides.


asynchronousOverflowCount

public final long asynchronousOverflowCount
The #of overflow events.

Constructor Detail

DumpFederation.IndexPartitionDetailRecord

public DumpFederation.IndexPartitionDetailRecord(ResourceManager resourceManager,
                                                 long timestamp,
                                                 String name)
Parameters:
resourceManager -


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