| Package | Description |
|---|---|
| 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.btree.isolation | |
| com.bigdata.btree.view | |
| com.bigdata.htree | |
| com.bigdata.service.ndx |
| Modifier and Type | Class and Description |
|---|---|
static class |
BTree.Counter
Mutable counter.
|
static class |
BTree.PartitionedCounter
Places the counter values into a namespace formed by the partition
identifier.
|
class |
ReadOnlyCounter
A read-only view of an
ICounter. |
| Modifier and Type | Method and Description |
|---|---|
ICounter |
IIndexLocalCounter.getCounter()
A restart-safe counter.
|
ICounter |
DelegateIndex.getCounter() |
ICounter |
BTree.getCounter()
Returns an
ICounter. |
ICounter |
ReadCommittedView.getCounter() |
ICounter |
UnisolatedReadWriteIndex.getCounter()
This throws an exception.
|
ICounter |
ReadOnlyIndex.getCounter()
Counter is read-only.
|
ICounter |
IndexSegment.getCounter()
Operation is disallowed - the counter is only stored in the mutable
BTree. |
| Constructor and Description |
|---|
BTree.PartitionedCounter(int partitionId,
ICounter src) |
ReadOnlyCounter(ICounter src) |
| Modifier and Type | Method and Description |
|---|---|
ICounter |
IsolatedFusedView.getCounter()
Counters are disallowed for isolated view.
|
| Modifier and Type | Method and Description |
|---|---|
ICounter |
FusedView.getCounter()
The counter for the first source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Counter
Mutable counter.
|
| Modifier and Type | Method and Description |
|---|---|
ICounter |
HTree.getCounter()
Returns an
ICounter. |
| Modifier and Type | Method and Description |
|---|---|
ICounter |
AbstractScaleOutClientIndexView.getCounter() |
ICounter |
ClientIndexView.getCounter() |
ICounter |
IClientIndex.getCounter()
Counters are local to a specific index partition and are only available
to unisolated procedures running inside of an
IConcurrencyManager
(which includes procedures run on an IDataService). |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.