Package | Description |
---|---|
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
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 |
IndexManagerCallable<T> |
Modifier and Type | Method and Description |
---|---|
<T> Future<T> |
HAGlue.submit(IIndexManagerCallable<T> callable,
boolean asyncFuture)
Run the caller's task on the service.
|
Modifier and Type | Method and Description |
---|---|
<T> Future<T> |
AbstractJournal.BasicHA.submit(IIndexManagerCallable<T> callable,
boolean asyncFuture) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.