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

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

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot that return GatewaySnapshotRequestBuilder
 GatewaySnapshotRequestBuilder GatewaySnapshotAction.newRequestBuilder(IndicesAdminClient client)
           
 GatewaySnapshotRequestBuilder GatewaySnapshotRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 GatewaySnapshotRequestBuilder GatewaySnapshotRequestBuilder.setIndices(String... indices)
           
 

Uses of GatewaySnapshotRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return GatewaySnapshotRequestBuilder
 GatewaySnapshotRequestBuilder IndicesAdminClient.prepareGatewaySnapshot(String... indices)
          Explicitly perform gateway snapshot for one or more indices.
 

Uses of GatewaySnapshotRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return GatewaySnapshotRequestBuilder
 GatewaySnapshotRequestBuilder AbstractIndicesAdminClient.prepareGatewaySnapshot(String... indices)
           
 



Copyright © 2009-2012. All Rights Reserved.