Package | Description |
---|---|
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
com.bigdata.ha.msg |
Interfaces and implementations for HA message objects.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Method and Description |
---|---|
void |
HATXSGlue.gatherMinimumVisibleCommitTime(IHAGatherReleaseTimeRequest req)
Message used to request information about the earliest commit point that
is pinned on a follower.
|
Modifier and Type | Class and Description |
---|---|
class |
HAGatherReleaseTimeRequest |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJournal.BasicHA.gatherMinimumVisibleCommitTime(IHAGatherReleaseTimeRequest req)
Message used to request information about the earliest commit point that
is pinned on a follower.
|
Modifier and Type | Method and Description |
---|---|
abstract Callable<IHANotifyReleaseTimeResponse> |
AbstractHATransactionService.newGatherMinimumVisibleCommitTimeTask(HAGlue leader,
UUID serviceId,
IHAGatherReleaseTimeRequest req)
Factory for the Gather task that will be executed by the follower.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.