Uses of Class
org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotResponse

Packages that use GatewaySnapshotResponse
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of GatewaySnapshotResponse in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot that return GatewaySnapshotResponse
 GatewaySnapshotResponse GatewaySnapshotAction.newResponse()
           
protected  GatewaySnapshotResponse TransportGatewaySnapshotAction.newResponse(GatewaySnapshotRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.admin.indices.gateway.snapshot with type arguments of type GatewaySnapshotResponse
protected  void GatewaySnapshotRequestBuilder.doExecute(ActionListener<GatewaySnapshotResponse> listener)
           
 

Uses of GatewaySnapshotResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type GatewaySnapshotResponse
 ActionFuture<GatewaySnapshotResponse> IndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest request)
          Explicitly perform gateway snapshot for one or more indices.
 

Method parameters in org.elasticsearch.client with type arguments of type GatewaySnapshotResponse
 void IndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest request, ActionListener<GatewaySnapshotResponse> listener)
          Explicitly perform gateway snapshot for one or more indices.
 

Uses of GatewaySnapshotResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type GatewaySnapshotResponse
 ActionFuture<GatewaySnapshotResponse> AbstractIndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type GatewaySnapshotResponse
 void AbstractIndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest request, ActionListener<GatewaySnapshotResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.