Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description org.elasticsearch.action.admin.cluster.snapshots.create org.elasticsearch.client -
-
Uses of CreateSnapshotResponse in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create that return CreateSnapshotResponse Modifier and Type Method Description static CreateSnapshotResponseCreateSnapshotResponse. fromXContent(XContentParser parser)protected CreateSnapshotResponseTransportCreateSnapshotAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.snapshots.create with type arguments of type CreateSnapshotResponse Modifier and Type Method Description protected voidTransportCreateSnapshotAction. masterOperation(CreateSnapshotRequest request, ClusterState state, ActionListener<CreateSnapshotResponse> listener) -
Uses of CreateSnapshotResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return CreateSnapshotResponse Modifier and Type Method Description CreateSnapshotResponseSnapshotClient. create(CreateSnapshotRequest createSnapshotRequest, RequestOptions options)Creates a snapshot.Methods in org.elasticsearch.client that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description ActionFuture<CreateSnapshotResponse>ClusterAdminClient. createSnapshot(CreateSnapshotRequest request)Creates a new snapshot.Method parameters in org.elasticsearch.client with type arguments of type CreateSnapshotResponse Modifier and Type Method Description CancellableSnapshotClient. createAsync(CreateSnapshotRequest createSnapshotRequest, RequestOptions options, ActionListener<CreateSnapshotResponse> listener)Asynchronously creates a snapshot.voidClusterAdminClient. createSnapshot(CreateSnapshotRequest request, ActionListener<CreateSnapshotResponse> listener)Creates a new snapshot.
-