public class HASnapshotRequest extends Object implements IHASnapshotRequest, Serializable
Constructor and Description |
---|
HASnapshotRequest(int percentLogSize) |
Modifier and Type | Method and Description |
---|---|
int |
getPercentLogSize()
If the size on the disk of the HALog files is less than this percentage
of the size on the disk of the journal, then the snapshot will not be
taken.
|
public HASnapshotRequest(int percentLogSize)
percentLogSize
- If the size on the disk of the HALog files is less than this
percentage of the size on the disk of the journal, then the
snapshot will not be taken.public int getPercentLogSize()
IHASnapshotRequest
getPercentLogSize
in interface IHASnapshotRequest
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.