Uses of Class
org.elasticsearch.index.gateway.IndexShardGateway.Snapshot

Packages that use IndexShardGateway.Snapshot
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
 

Uses of IndexShardGateway.Snapshot in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway with parameters of type IndexShardGateway.Snapshot
 SnapshotStatus IndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
          Snapshots the given shard into the gateway.
 

Uses of IndexShardGateway.Snapshot in org.elasticsearch.index.gateway.blobstore
 

Methods in org.elasticsearch.index.gateway.blobstore with parameters of type IndexShardGateway.Snapshot
 SnapshotStatus BlobStoreIndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
           
 

Uses of IndexShardGateway.Snapshot in org.elasticsearch.index.gateway.local
 

Methods in org.elasticsearch.index.gateway.local with parameters of type IndexShardGateway.Snapshot
 SnapshotStatus LocalIndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
           
 

Uses of IndexShardGateway.Snapshot in org.elasticsearch.index.gateway.none
 

Methods in org.elasticsearch.index.gateway.none with parameters of type IndexShardGateway.Snapshot
 SnapshotStatus NoneIndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
           
 



Copyright © 2009-2012. All Rights Reserved.