Package | Description |
---|---|
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
Modifier and Type | Method and Description |
---|---|
PrepareRequest |
CommitRequest.getPrepareRequest()
The request used for the PREPARE.
|
Modifier and Type | Method and Description |
---|---|
PrepareResponse |
QuorumServiceBase.prepare2Phase(PrepareRequest req) |
PrepareResponse |
QuorumCommit.prepare2Phase(PrepareRequest req)
Used by the leader to send a message to each joined service in the quorum
instructing it to flush all writes to the backing channel, and
acknowledge "yes" if ready to commit.
|
PrepareResponse |
QuorumCommitImpl.prepare2Phase(PrepareRequest req)
Used by the leader to send a message to each joined service in the quorum
instructing it to flush all writes to the backing channel, and
acknowledge "yes" if ready to commit.
|
Constructor and Description |
---|
CommitRequest(PrepareRequest prepareRequest,
PrepareResponse prepareResponse) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.