RestoreSnapshotRequest |
RestoreSnapshotRequest.ignoreIndexSettings(String... ignoreIndexSettings) |
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.ignoreIndexSettings(List<String> ignoreIndexSettings) |
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.includeAliases(boolean includeAliases) |
If set to true the restore procedure will restore aliases
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.includeGlobalState(boolean includeGlobalState) |
If set to true the restore procedure will restore global cluster state.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indexSettings(String source,
XContentType xContentType) |
Sets settings that should be added/changed in all restored indices
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indexSettings(Map<String,Object> source) |
Sets settings that should be added/changed in all restored indices
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indexSettings(Settings settings) |
Sets settings that should be added/changed in all restored indices
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indexSettings(Settings.Builder settings) |
Sets settings that should be added/changed in all restored indices
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indices(String... indices) |
Sets the list of indices that should be restored from snapshot
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indices(List<String> indices) |
Sets the list of indices that should be restored from snapshot
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.indicesOptions(IndicesOptions indicesOptions) |
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.partial(boolean partial) |
Set to true to allow indices with failed to snapshot shards should be partially restored.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.renamePattern(String renamePattern) |
Sets rename pattern that should be applied to restored indices.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.renameReplacement(String renameReplacement) |
Sets rename replacement
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.repository(String repository) |
Sets repository name
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.settings(String source,
XContentType xContentType) |
Sets repository-specific restore settings in JSON or YAML format
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.settings(Map<String,Object> source) |
Sets repository-specific restore settings
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.settings(Settings settings) |
Sets repository-specific restore settings.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.settings(Settings.Builder settings) |
Sets repository-specific restore settings.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.snapshot(String snapshot) |
Sets the name of the snapshot.
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.source(Map<String,Object> source) |
Parses restore definition
|
RestoreSnapshotRequest |
RestoreSnapshotRequest.waitForCompletion(boolean waitForCompletion) |
If this parameter is set to true the operation will wait for completion of restore process before returning.
|