public class ViewStatistics extends Object
ILocalBTreeView.| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ViewStatistics(ILocalBTreeView view)
Collects some statistics about the view.
|
public final int sourceCount
public final int sourceJournalCount
public final int sourceSegmentCount
public final long sumSegBytes
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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.