Uses of Class
org.elasticsearch.index.gateway.SnapshotStatus

Packages that use SnapshotStatus
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
 

Uses of SnapshotStatus in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway that return SnapshotStatus
 SnapshotStatus IndexShardGateway.currentSnapshotStatus()
          The current snapshot status being performed.
 SnapshotStatus IndexShardGateway.lastSnapshotStatus()
          The last snapshot status performed.
 SnapshotStatus IndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
          Snapshots the given shard into the gateway.
 SnapshotStatus IndexShardGatewayService.snapshotStatus()
           
 SnapshotStatus SnapshotStatus.updateStage(SnapshotStatus.Stage stage)
           
 

Uses of SnapshotStatus in org.elasticsearch.index.gateway.blobstore
 

Methods in org.elasticsearch.index.gateway.blobstore that return SnapshotStatus
 SnapshotStatus BlobStoreIndexShardGateway.currentSnapshotStatus()
           
 SnapshotStatus BlobStoreIndexShardGateway.lastSnapshotStatus()
           
 SnapshotStatus BlobStoreIndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
           
 

Uses of SnapshotStatus in org.elasticsearch.index.gateway.local
 

Methods in org.elasticsearch.index.gateway.local that return SnapshotStatus
 SnapshotStatus LocalIndexShardGateway.currentSnapshotStatus()
           
 SnapshotStatus LocalIndexShardGateway.lastSnapshotStatus()
           
 SnapshotStatus LocalIndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
           
 

Uses of SnapshotStatus in org.elasticsearch.index.gateway.none
 

Methods in org.elasticsearch.index.gateway.none that return SnapshotStatus
 SnapshotStatus NoneIndexShardGateway.currentSnapshotStatus()
           
 SnapshotStatus NoneIndexShardGateway.lastSnapshotStatus()
           
 SnapshotStatus NoneIndexShardGateway.snapshot(IndexShardGateway.Snapshot snapshot)
           
 



Copyright © 2009-2012. All Rights Reserved.