Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSnapshotFactory
Provides a basic implementation of a
ISnapshotFactory to be used
with non-HA operations to provide online backup capabilities. |
Modifier and Type | Method and Description |
---|---|
Future<ISnapshotResult> |
Journal.snapshot(ISnapshotFactory snapshotFactory)
Submit a task that will take a snapshot of the journal and return the
Future for that task. |
Constructor and Description |
---|
SnapshotTask(Journal journal,
ISnapshotFactory snapshotFactory) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.