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 |
---|---|
protected CreateSnapshotResponse |
TransportCreateSnapshotAction.newResponse() |
CreateSnapshotResponse |
CreateSnapshotAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateSnapshotRequestBuilder.doExecute(ActionListener<CreateSnapshotResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<CreateSnapshotResponse> |
AbstractClusterAdminClient.createSnapshot(CreateSnapshotRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.createSnapshot(CreateSnapshotRequest request,
ActionListener<CreateSnapshotResponse> listener) |
Copyright © 2009–2015. All rights reserved.