CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setIncludeGlobalState(boolean includeGlobalState) |
Set to true if snapshot should include global cluster state
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setIndices(String... indices) |
Sets a list of indices that should be included into the snapshot
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setIndicesOptions(IndicesOptions indicesOptions) |
Specifies the indices options.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setPartial(boolean partial) |
If set to true the request should snapshot indices with unavailable shards
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setRepository(String repository) |
Sets the repository name
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(String source,
XContentType xContentType) |
Sets repository-specific snapshot settings in YAML or JSON format
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(Map<String,Object> settings) |
Sets repository-specific snapshot settings.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(Settings settings) |
Sets repository-specific snapshot settings.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(Settings.Builder settings) |
Sets repository-specific snapshot settings.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSnapshot(String snapshot) |
Sets the snapshot name
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setWaitForCompletion(boolean waitForCompletion) |
If set to true the request should wait for the snapshot completion before returning.
|