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()
IHALogDigestResponsegetCommitCounter in interface IHALogDigestResponsepublic byte[] getDigest()
IHALogDigestResponsegetDigest in interface IHALogDigestResponseCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.