|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.btree.ViewStatistics
public class ViewStatistics
Helper class collects some statistics about an ILocalBTreeView.
| Field Summary | |
|---|---|
int |
sourceCount
The #of journals and index segments in the view. |
int |
sourceJournalCount
The #of journals in the view. |
int |
sourceSegmentCount
The #of index segments in the view. |
long |
sumSegBytes
The sum of the size on disk across the index segments in the view. |
| Constructor Summary | |
|---|---|
ViewStatistics(ILocalBTreeView view)
Collects some statistics about the view. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int sourceCount
public final int sourceJournalCount
public final int sourceSegmentCount
public final long sumSegBytes
| Constructor Detail |
|---|
public ViewStatistics(ILocalBTreeView view)
Note: If the view is assembled solely from the BTree on a journal
rather than from all sources in its LocalPartitionMetadata then
statistics about any IndexSegments in the view WILL NOT be
reported.
view - The view.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||