public class CommitRequest extends Object
Constructor and Description |
---|
CommitRequest(PrepareRequest prepareRequest,
PrepareResponse prepareResponse) |
Modifier and Type | Method and Description |
---|---|
PrepareRequest |
getPrepareRequest()
The request used for the PREPARE.
|
PrepareResponse |
getPrepareResponse()
The response for the PREPARE.
|
String |
toString() |
public CommitRequest(PrepareRequest prepareRequest, PrepareResponse prepareResponse)
prepareRequest
- The request used for the PREPARE.prepareResponse
- The response for the PREPARE. This indicates which services
voted to commit and which did not.public PrepareRequest getPrepareRequest()
public PrepareResponse getPrepareResponse()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.