Options - the type parameterpublic abstract class RuntimeOptions<Options extends RuntimeOptions<Options>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
createSnapshotEnabled
The Snapshot enabled flag indicates whether the snapshot feature is enabled or not.
|
protected byte[] |
snapshotBlob
The Snapshot blob.
|
| Constructor and Description |
|---|
RuntimeOptions()
Instantiates a new Runtime options.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSnapshotBlob()
Get snapshot blob in byte array.
|
boolean |
isCreateSnapshotEnabled()
Is create snapshot enabled.
|
RuntimeOptions<Options> |
setCreateSnapshotEnabled(boolean createSnapshotEnabled)
Sets create snapshot enabled.
|
RuntimeOptions<Options> |
setSnapshotBlob(byte[] snapshotBlob)
Sets snapshot blob.
|
protected boolean createSnapshotEnabled
protected byte[] snapshotBlob
public RuntimeOptions()
public byte[] getSnapshotBlob()
public boolean isCreateSnapshotEnabled()
public RuntimeOptions<Options> setCreateSnapshotEnabled(boolean createSnapshotEnabled)
createSnapshotEnabled - the create snapshot enabledpublic RuntimeOptions<Options> setSnapshotBlob(byte[] snapshotBlob)
snapshotBlob - the snapshot blob