| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.create | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected CreateSnapshotResponse |
TransportCreateSnapshotAction.newResponse() |
CreateSnapshotResponse |
CreateSnapshotAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportCreateSnapshotAction.masterOperation(CreateSnapshotRequest request,
ClusterState state,
ActionListener<CreateSnapshotResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<CreateSnapshotResponse> |
ClusterAdminClient.createSnapshot(CreateSnapshotRequest request)
Creates a new snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.createSnapshot(CreateSnapshotRequest request,
ActionListener<CreateSnapshotResponse> listener)
Creates a new snapshot.
|
Copyright © 2009–2017. All rights reserved.