Package | Description |
---|---|
com.bigdata.counters.striped | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rwstore |
Modifier and Type | Class and Description |
---|---|
class |
StripedCounters<T extends StripedCounters<T>>
Abstract base class and template for striped counters designed for high
concurrency with eventual consistency and approximate read back without CAS
contention.
|
Modifier and Type | Field and Description |
---|---|
protected T |
StripedCounters.parent |
Modifier and Type | Class and Description |
---|---|
static class |
WORMStrategy.StoreCounters<T extends WORMStrategy.StoreCounters<T>>
Striped performance counters for
IRawStore access, including
operations that read or write through to the underlying media. |
Modifier and Type | Class and Description |
---|---|
static class |
RWStore.StoreCounters<T extends RWStore.StoreCounters<T>>
Striped performance counters for
IRawStore access, including
operations that read or write through to the underlying media. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.