public class HASnapshotDigestResponse extends Object implements IHASnapshotDigestResponse, Serializable
| Constructor and Description |
|---|
HASnapshotDigestResponse(long commitCounter,
byte[] digest) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitCounter()
The commit counter for snapshot
|
byte[] |
getDigest()
The computed disgest.
|
String |
toString() |
public HASnapshotDigestResponse(long commitCounter,
byte[] digest)
public long getCommitCounter()
IHASnapshotDigestResponsegetCommitCounter in interface IHASnapshotDigestResponsepublic byte[] getDigest()
IHASnapshotDigestResponsegetDigest in interface IHASnapshotDigestResponseCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.