public abstract class RestoreOptions extends Object
Modifier and Type | Field and Description |
---|---|
static RestoreOptions |
DEFAULT
The default options used during restore, if no explicit ones are given.
|
static int |
DEFAULT_BATCH_SIZE
The number of documents written in one unit (i.e. transaction) from the backup files into the persistent storage.
|
Constructor and Description |
---|
RestoreOptions() |
Modifier and Type | Method and Description |
---|---|
int |
batchSize()
Return the number of documents that are written to the persistent store in one unit of work (transaction)
This is a setting that can be used to influence the memory and throughout of the restore process.
|
boolean |
includeBinaries()
Whether binaries should be restored or not.
|
boolean |
reindexContentOnFinish()
Whether a full reindexing should be performed or not after restoring the content.
|
String |
toString() |
public static final int DEFAULT_BATCH_SIZE
public static final RestoreOptions DEFAULT
public boolean reindexContentOnFinish()
true
if a full reindexing should be performed; defaults to true
public int batchSize()
This is a setting that can be used to influence the memory and throughout of the restore process.
public boolean includeBinaries()
true
if binary values should be included; defaults to true
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.