Uses of Class
org.apache.flink.runtime.blob.BlobKey
Packages that use BlobKey
-
Uses of BlobKey in org.apache.flink.runtime.blob
Subclasses of BlobKey in org.apache.flink.runtime.blobModifier and TypeClassDescriptionfinal classBLOB key referencing permanent BLOB files.final classBLOB key referencing transient BLOB files.Methods in org.apache.flink.runtime.blob that return types with arguments of type BlobKeyModifier and TypeMethodDescriptionBlobCacheSizeTracker.checkLimit(long size) Check the size limit and return the BLOBs to delete.Methods in org.apache.flink.runtime.blob with parameters of type BlobKeyModifier and TypeMethodDescriptionintbooleanTries to delete a blob from storage.booleanbooleanbooleanCopies a blob to a local file.booleanbooleanprotected FileAbstractBlobCache.getFileInternal(org.apache.flink.api.common.JobID jobId, BlobKey blobKey) Returns local copy of the file for the BLOB with the given key.protected FileTransientBlobCache.getFileInternal(org.apache.flink.api.common.JobID jobId, BlobKey blobKey) BlobServer.getStorageLocation(org.apache.flink.api.common.JobID jobId, BlobKey key) Returns a file handle to the file associated with the given blob key on the blob server.PermanentBlobCache.getStorageLocation(org.apache.flink.api.common.JobID jobId, BlobKey key) Returns a file handle to the file associated with the given blob key on the blob server.TransientBlobCache.getStorageLocation(org.apache.flink.api.common.JobID jobId, BlobKey key) Returns a file handle to the file associated with the given blob key on the blob server.booleanCopies the local file to the blob store.booleanbooleanvoidRegister the BLOB to the tracker.voidUpdate the least used index for the BLOBs so that the tracker can easily find out the least recently used BLOBs.Method parameters in org.apache.flink.runtime.blob with type arguments of type BlobKey