| Package | Description |
|---|---|
| org.elasticsearch.snapshots |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.includeGlobalState(boolean includeGlobalState)
Set to true if global state should be stored as part of the snapshot
|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.indices(String[] indices)
Sets the list of indices to be snapshotted
|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.indicesOptions(IndicesOptions indicesOptions)
Sets the indices options
|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.masterNodeTimeout(TimeValue masterNodeTimeout)
Sets master node timeout
|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.partial(boolean partial)
Set to true if partial snapshot should be allowed
|
SnapshotsService.SnapshotRequest |
SnapshotsService.SnapshotRequest.settings(Settings settings)
Sets repository-specific snapshot settings
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotsService.createSnapshot(SnapshotsService.SnapshotRequest request,
SnapshotsService.CreateSnapshotListener listener)
Initializes the snapshotting process.
|
Copyright © 2009–2017. All rights reserved.