Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.create | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequestBuilder |
CreateSnapshotAction.newRequestBuilder(ClusterAdminClient client) |
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
The list of indices supports multi-index syntax.
|
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(Map<String,Object> settings)
Sets repository-specific snapshot settings.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(Settings.Builder settings)
Sets repository-specific snapshot settings.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(Settings settings)
Sets repository-specific snapshot settings.
|
CreateSnapshotRequestBuilder |
CreateSnapshotRequestBuilder.setSettings(String source)
Sets repository-specific snapshot settings in YAML, JSON or properties format
See repository documentation for more information.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequestBuilder |
ClusterAdminClient.prepareCreateSnapshot(String repository,
String name)
Creates a new snapshot.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequestBuilder |
AbstractClusterAdminClient.prepareCreateSnapshot(String repository,
String name) |
Copyright © 2009–2015. All rights reserved.