public class HAReadRequest extends Object implements IHAReadRequest, Serializable
| Constructor and Description |
|---|
HAReadRequest(long quorumToken,
UUID storeUUID,
long addr) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddr()
The address of the record.
|
long |
getQuorumToken()
The quorum token for which the read was issued.
|
UUID |
getStoreUUID()
|
public HAReadRequest(long quorumToken,
UUID storeUUID,
long addr)
public long getQuorumToken()
IHAReadRequestgetQuorumToken in interface IHAReadRequestpublic UUID getStoreUUID()
IHAReadRequestUUID identifying the IRawStore for which the record
was requested (optional, defaults to the current Journal).
Note: This parameter is intended for scale-out if there is a need to fetch the root block of a historical journal (versus the live journal).
getStoreUUID in interface IHAReadRequestpublic long getAddr()
IHAReadRequestgetAddr in interface IHAReadRequestCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.