Uses of Class
org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Packages that use SnapshotFiles Package Description org.elasticsearch.index.snapshots.blobstore org.elasticsearch.repositories.blobstore -
-
Uses of SnapshotFiles in org.elasticsearch.index.snapshots.blobstore
Methods in org.elasticsearch.index.snapshots.blobstore that return types with arguments of type SnapshotFiles Modifier and Type Method Description Iterator<SnapshotFiles>BlobStoreIndexShardSnapshots. iterator()List<SnapshotFiles>BlobStoreIndexShardSnapshots. snapshots()Returns list of snapshotsConstructor parameters in org.elasticsearch.index.snapshots.blobstore with type arguments of type SnapshotFiles Constructor Description BlobStoreIndexShardSnapshots(List<SnapshotFiles> shardSnapshots) -
Uses of SnapshotFiles in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore with parameters of type SnapshotFiles Modifier and Type Method Description voidFileRestoreContext. restore(SnapshotFiles snapshotFiles, Store store)Performs restore operation
-