Uses of Class
org.elasticsearch.index.store.StoreFileMetaData
-
Packages that use StoreFileMetaData Package Description org.elasticsearch.index.snapshots.blobstore org.elasticsearch.index.store org.elasticsearch.indices.recovery org.elasticsearch.indices.store -
-
Uses of StoreFileMetaData in org.elasticsearch.index.snapshots.blobstore
Methods in org.elasticsearch.index.snapshots.blobstore that return StoreFileMetaData Modifier and Type Method Description StoreFileMetaDataBlobStoreIndexShardSnapshot.FileInfo. metadata()Returns the StoreFileMetaData for this file info.Methods in org.elasticsearch.index.snapshots.blobstore with parameters of type StoreFileMetaData Modifier and Type Method Description booleanBlobStoreIndexShardSnapshot.FileInfo. isSame(StoreFileMetaData md)Checks if a file in a store is the same fileConstructors in org.elasticsearch.index.snapshots.blobstore with parameters of type StoreFileMetaData Constructor Description FileInfo(String name, StoreFileMetaData metaData, ByteSizeValue partSize)Constructs a new instance of file info -
Uses of StoreFileMetaData in org.elasticsearch.index.store
Fields in org.elasticsearch.index.store with type parameters of type StoreFileMetaData Modifier and Type Field Description List<StoreFileMetaData>Store.RecoveryDiff. differentFiles that exist in both snapshots but their they are not identicalList<StoreFileMetaData>Store.RecoveryDiff. identicalFiles that exist in both snapshots and they can be considered the same ie.List<StoreFileMetaData>Store.RecoveryDiff. missingFiles that exist in the source but not in the targetMethods in org.elasticsearch.index.store that return StoreFileMetaData Modifier and Type Method Description StoreFileMetaDataStore.MetadataSnapshot. get(String name)StoreFileMetaDataStore.MetadataSnapshot. getSegmentsFile()Returns the segments file that this metadata snapshot represents or null if the snapshot is empty.Methods in org.elasticsearch.index.store that return types with arguments of type StoreFileMetaData Modifier and Type Method Description Map<String,StoreFileMetaData>Store.MetadataSnapshot. asMap()Iterator<StoreFileMetaData>Store.MetadataSnapshot. iterator()Methods in org.elasticsearch.index.store with parameters of type StoreFileMetaData Modifier and Type Method Description static voidStore. checkIntegrity(StoreFileMetaData md, Directory directory)booleanStore. checkIntegrityNoException(StoreFileMetaData md)static booleanStore. checkIntegrityNoException(StoreFileMetaData md, Directory directory)IndexOutputStore. createVerifyingOutput(String fileName, StoreFileMetaData metadata, IOContext context)The returned IndexOutput validates the files checksum.booleanStoreFileMetaData. isSame(StoreFileMetaData other)Returnstrueiff the length and the checksums are the same.IndexInputStore. openVerifyingInput(String filename, IOContext context, StoreFileMetaData metadata)Constructor parameters in org.elasticsearch.index.store with type arguments of type StoreFileMetaData Constructor Description MetadataSnapshot(Map<String,StoreFileMetaData> metadata, Map<String,String> commitUserData, long numDocs) -
Uses of StoreFileMetaData in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return StoreFileMetaData Modifier and Type Method Description StoreFileMetaDataRecoveryFileChunkRequest. metadata()Methods in org.elasticsearch.indices.recovery with parameters of type StoreFileMetaData Modifier and Type Method Description IndexOutputMultiFileWriter. openAndPutIndexOutput(String fileName, StoreFileMetaData metaData, Store store)Creates anIndexOutputfor the given file name.voidMultiFileWriter. writeFileChunk(StoreFileMetaData fileMetaData, long position, BytesReference content, boolean lastChunk)voidRecoveryTarget. writeFileChunk(StoreFileMetaData fileMetaData, long position, BytesReference content, boolean lastChunk, int totalTranslogOps, ActionListener<Void> listener)voidRecoveryTargetHandler. writeFileChunk(StoreFileMetaData fileMetaData, long position, BytesReference content, boolean lastChunk, int totalTranslogOps, ActionListener<Void> listener)writes a partial file chunk to the target storevoidRemoteRecoveryTargetHandler. writeFileChunk(StoreFileMetaData fileMetaData, long position, BytesReference content, boolean lastChunk, int totalTranslogOps, ActionListener<Void> listener)Constructors in org.elasticsearch.indices.recovery with parameters of type StoreFileMetaData Constructor Description RecoveryFileChunkRequest(long recoveryId, ShardId shardId, StoreFileMetaData metaData, long position, BytesReference content, boolean lastChunk, int totalTranslogOps, long sourceThrottleTimeInNanos) -
Uses of StoreFileMetaData in org.elasticsearch.indices.store
Methods in org.elasticsearch.indices.store that return StoreFileMetaData Modifier and Type Method Description StoreFileMetaDataTransportNodesListShardStoreMetaData.StoreFilesMetaData. file(String name)Methods in org.elasticsearch.indices.store that return types with arguments of type StoreFileMetaData Modifier and Type Method Description Iterator<StoreFileMetaData>TransportNodesListShardStoreMetaData.StoreFilesMetaData. iterator()
-