public class HALogDigestResponse extends Object implements IHALogDigestResponse, Serializable
Constructor and Description |
---|
HALogDigestResponse(long commitCounter,
byte[] digest) |
Modifier and Type | Method and Description |
---|---|
long |
getCommitCounter()
The commit counter for the closing root block of the requested HALog
file.
|
byte[] |
getDigest()
The computed disgest.
|
String |
toString() |
public HALogDigestResponse(long commitCounter, byte[] digest)
public long getCommitCounter()
IHALogDigestResponse
getCommitCounter
in interface IHALogDigestResponse
public byte[] getDigest()
IHALogDigestResponse
getDigest
in interface IHALogDigestResponse
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.