|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.service.jini.util.DumpFederation.IndexPartitionDetailRecord
public static class DumpFederation.IndexPartitionDetailRecord
Encapsulates several different kinds of byte counts for the index partition and the data service on which it resides.
| 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 |
|---|
public final String indexPartitionName
public final IndexMetadata indexMetadata
IndexMetadata record for the mutable
BTree on the live journal.
public final LocalPartitionMetadata pmd
public DumpFederation.SourceDetailRecord[] sources
public final int sourceCount
public final int journalSourceCount
StoreManager.ManagedJournals.
public final int segmentSourceCount
IndexSegments.
public final long dataDirFreeSpace
public final long bytesUnderManagement
public final long journalBytesUnderManagement
public final long segmentBytesUnderManagement
public final long managedJournalCount
public final long managedSegmentCount
public final long asynchronousOverflowCount
| Constructor Detail |
|---|
public DumpFederation.IndexPartitionDetailRecord(ResourceManager resourceManager,
long timestamp,
String name)
resourceManager -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||