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

Packages that use GatewaySnapshotRequest
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 GatewaySnapshotRequest in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot that return GatewaySnapshotRequest
 GatewaySnapshotRequest GatewaySnapshotRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
protected  GatewaySnapshotRequest TransportGatewaySnapshotAction.newRequest()
           
 

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot with parameters of type GatewaySnapshotRequest
protected  ClusterBlockException TransportGatewaySnapshotAction.checkGlobalBlock(ClusterState state, GatewaySnapshotRequest request)
           
protected  ClusterBlockException TransportGatewaySnapshotAction.checkRequestBlock(ClusterState state, GatewaySnapshotRequest request, String[] concreteIndices)
           
protected  GatewaySnapshotResponse TransportGatewaySnapshotAction.newResponse(GatewaySnapshotRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
protected  org.elasticsearch.action.admin.indices.gateway.snapshot.ShardGatewaySnapshotRequest TransportGatewaySnapshotAction.newShardRequest(ShardRouting shard, GatewaySnapshotRequest request)
           
protected  GroupShardsIterator TransportGatewaySnapshotAction.shards(ClusterState clusterState, GatewaySnapshotRequest request, String[] concreteIndices)
          The snapshot request works against all primary shards.
 

Uses of GatewaySnapshotRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return GatewaySnapshotRequest
static GatewaySnapshotRequest Requests.gatewaySnapshotRequest(String... indices)
          Creates a gateway snapshot indices request.
 

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

Uses of GatewaySnapshotRequest in org.elasticsearch.client.support
 

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



Copyright © 2009-2012. All Rights Reserved.