Package | Description |
---|---|
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.htree | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Method and Description |
---|---|
BaseIndexStats |
SolutionSetStream.dumpPages(boolean recursive,
boolean visitLeaves) |
Modifier and Type | Class and Description |
---|---|
class |
BTreePageStats |
class |
PageStats
Class reports various summary statistics for nodes and leaves.
|
Modifier and Type | Method and Description |
---|---|
BaseIndexStats |
AbstractBTree.dumpPages(boolean recursive,
boolean visitLeaves) |
BaseIndexStats |
ICheckpointProtocol.dumpPages(boolean recursive,
boolean visitLeaves)
Reports statistics for the index.
|
Modifier and Type | Method and Description |
---|---|
static void |
BaseIndexStats.writeOn(PrintWriter out,
Map<String,BaseIndexStats> statsMap)
Helper method may be used to write out a tab-delimited table of the
statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
HTreePageStats |
Modifier and Type | Method and Description |
---|---|
BaseIndexStats |
HTree.dumpPages(boolean recursive,
boolean visitLeaves) |
Modifier and Type | Method and Description |
---|---|
Map<String,BaseIndexStats> |
WarmUpTask.call() |
Future<Map<String,BaseIndexStats>> |
Journal.warmUp(List<String> namespaces)
Warmup the indicated namespaces.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.