Uses of Class
org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Packages that use BlobStoreIndexShardSnapshot.FileInfo Package Description org.elasticsearch.index.snapshots.blobstore org.elasticsearch.repositories.blobstore -
-
Uses of BlobStoreIndexShardSnapshot.FileInfo in org.elasticsearch.index.snapshots.blobstore
Methods in org.elasticsearch.index.snapshots.blobstore that return BlobStoreIndexShardSnapshot.FileInfo Modifier and Type Method Description BlobStoreIndexShardSnapshot.FileInfoBlobStoreIndexShardSnapshots. findNameFile(String name)Finds reference to a snapshotted file by its snapshot nameBlobStoreIndexShardSnapshot.FileInfoSnapshotFiles. findPhysicalIndexFile(String physicalName)Returns information about a physical file with the given namestatic BlobStoreIndexShardSnapshot.FileInfoBlobStoreIndexShardSnapshot.FileInfo. fromXContent(XContentParser parser)Parses JSON that represents file infoMethods in org.elasticsearch.index.snapshots.blobstore that return types with arguments of type BlobStoreIndexShardSnapshot.FileInfo Modifier and Type Method Description List<BlobStoreIndexShardSnapshot.FileInfo>BlobStoreIndexShardSnapshots. findPhysicalIndexFiles(String physicalName)Finds reference to a snapshotted file by its original nameList<BlobStoreIndexShardSnapshot.FileInfo>BlobStoreIndexShardSnapshot. indexFiles()Returns list of files in the shardList<BlobStoreIndexShardSnapshot.FileInfo>SnapshotFiles. indexFiles()Returns a list of file in the snapshotMethods in org.elasticsearch.index.snapshots.blobstore with parameters of type BlobStoreIndexShardSnapshot.FileInfo Modifier and Type Method Description booleanBlobStoreIndexShardSnapshot.FileInfo. isSame(BlobStoreIndexShardSnapshot.FileInfo fileInfo)Checks if a file in a store is the same filestatic voidBlobStoreIndexShardSnapshot.FileInfo. toXContent(BlobStoreIndexShardSnapshot.FileInfo file, XContentBuilder builder, ToXContent.Params params)Serializes file info into JSONConstructor parameters in org.elasticsearch.index.snapshots.blobstore with type arguments of type BlobStoreIndexShardSnapshot.FileInfo Constructor Description BlobStoreIndexShardSnapshot(String snapshot, long indexVersion, List<BlobStoreIndexShardSnapshot.FileInfo> indexFiles, long startTime, long time, int incrementalFileCount, long incrementalSize)Constructs new shard snapshot metadata from snapshot metadataSnapshotFiles(String snapshot, List<BlobStoreIndexShardSnapshot.FileInfo> indexFiles) -
Uses of BlobStoreIndexShardSnapshot.FileInfo in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore with parameters of type BlobStoreIndexShardSnapshot.FileInfo Modifier and Type Method Description protected abstract InputStreamFileRestoreContext. fileInputStream(BlobStoreIndexShardSnapshot.FileInfo fileInfo)Method parameters in org.elasticsearch.repositories.blobstore with type arguments of type BlobStoreIndexShardSnapshot.FileInfo Modifier and Type Method Description protected voidFileRestoreContext. restoreFiles(List<BlobStoreIndexShardSnapshot.FileInfo> filesToRecover, Store store)
-