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()
IHASnapshotDigestResponse
getCommitCounter
in interface IHASnapshotDigestResponse
public byte[] getDigest()
IHASnapshotDigestResponse
getDigest
in interface IHASnapshotDigestResponse
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.