Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
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 | Method and Description |
---|---|
WORMStrategy.StoreCounters<?> |
WORMStrategy.getStoreCounters()
Returns the striped performance counters for the store.
|
WORMStrategy.StoreCounters |
DiskOnlyStrategy.getStoreCounters()
Deprecated.
Returns the performance counters for the store.
|
Modifier and Type | Method and Description |
---|---|
void |
DiskOnlyStrategy.setStoreCounters(WORMStrategy.StoreCounters storeCounters)
Deprecated.
Replaces the
WORMStrategy.StoreCounters object. |
void |
WORMStrategy.setStoreCounters(WORMStrategy.StoreCounters<?> storeCounters)
Replaces the
WORMStrategy.StoreCounters object. |
Modifier and Type | Method and Description |
---|---|
WORMStrategy.StoreCounters |
StoreManager.getStoreCounters()
The performance counters for the
IBufferStrategy backing the live
journal and any historical journals which are concurrently open with the
live journal. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.