Uses of Class
org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Packages that use IndexShardSnapshotStatus Package Description org.elasticsearch.index.snapshots org.elasticsearch.repositories org.elasticsearch.repositories.blobstore org.elasticsearch.snapshots -
-
Uses of IndexShardSnapshotStatus in org.elasticsearch.index.snapshots
Methods in org.elasticsearch.index.snapshots that return IndexShardSnapshotStatus Modifier and Type Method Description static IndexShardSnapshotStatusIndexShardSnapshotStatus. newDone(long startTime, long totalTime, int incrementalFileCount, int fileCount, long incrementalSize, long size)static IndexShardSnapshotStatusIndexShardSnapshotStatus. newFailed(String failure)static IndexShardSnapshotStatusIndexShardSnapshotStatus. newInitializing() -
Uses of IndexShardSnapshotStatus in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories that return IndexShardSnapshotStatus Modifier and Type Method Description IndexShardSnapshotStatusRepository. getShardSnapshotStatus(SnapshotId snapshotId, Version version, IndexId indexId, ShardId shardId)Retrieve shard snapshot status for the stored snapshotMethods in org.elasticsearch.repositories with parameters of type IndexShardSnapshotStatus Modifier and Type Method Description voidRepository. snapshotShard(Store store, MapperService mapperService, SnapshotId snapshotId, IndexId indexId, IndexCommit snapshotIndexCommit, IndexShardSnapshotStatus snapshotStatus, ActionListener<Void> listener)Creates a snapshot of the shard based on the index commit point. -
Uses of IndexShardSnapshotStatus in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore that return IndexShardSnapshotStatus Modifier and Type Method Description IndexShardSnapshotStatusBlobStoreRepository. getShardSnapshotStatus(SnapshotId snapshotId, Version version, IndexId indexId, ShardId shardId)Methods in org.elasticsearch.repositories.blobstore with parameters of type IndexShardSnapshotStatus Modifier and Type Method Description voidBlobStoreRepository. snapshotShard(Store store, MapperService mapperService, SnapshotId snapshotId, IndexId indexId, IndexCommit snapshotIndexCommit, IndexShardSnapshotStatus snapshotStatus, ActionListener<Void> listener) -
Uses of IndexShardSnapshotStatus in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return types with arguments of type IndexShardSnapshotStatus Modifier and Type Method Description Map<ShardId,IndexShardSnapshotStatus>SnapshotShardsService. currentSnapshotShards(Snapshot snapshot)Returns status of shards that are snapshotted on the node and belong to the given snapshotMap<ShardId,IndexShardSnapshotStatus>SnapshotsService. snapshotShards(String repositoryName, RepositoryData repositoryData, SnapshotInfo snapshotInfo)Returns status of shards currently finished snapshots
-