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()
IHAReadRequest
getQuorumToken
in interface IHAReadRequest
public UUID getStoreUUID()
IHAReadRequest
UUID
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 IHAReadRequest
public long getAddr()
IHAReadRequest
getAddr
in interface IHAReadRequest
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.