Uses of Package
org.apache.flink.runtime.blob
-
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.blob Class Description AbstractBlobCache Abstract base class for permanent and transient BLOB files.BlobCacheService The BLOB cache provides access to BLOB services for permanent and transient BLOBs.BlobCacheSizeTracker BlobCacheSizeTracker usesLinkedHashMap
to maintain the LRU order for the files in the cache.BlobClient The BLOB client can communicate with the BLOB server and either upload (PUT), download (GET), or delete (DELETE) BLOBs.BlobKey A BLOB key uniquely identifies a BLOB.BlobServer This class implements the BLOB server.BlobService A simple store and retrieve binary large objects (BLOBs).BlobStore A blob store.BlobStoreService Service interface for the BlobStore which allows to close and clean up its data.BlobView View on blobs stored in aBlobStore
.BlobWriter BlobWriter is used to upload data to the BLOB store.JobPermanentBlobService PermanentBlobService
extension that gives access to register and release job artifacts.PermanentBlobCache Provides a cache for permanent BLOB files including a per-job ref-counting and a staged cleanup.PermanentBlobKey BLOB key referencing permanent BLOB files.PermanentBlobService A service to retrieve permanent binary large objects (BLOBs).TaskExecutorBlobService BlobService
that gives access to aJobPermanentBlobService
and allows to set the target blob server address.TransientBlobCache Provides access to transient BLOB files stored at theBlobServer
.TransientBlobKey BLOB key referencing transient BLOB files.TransientBlobService A service to retrieve transient binary large objects (BLOBs) which are deleted on theBlobServer
when they are retrieved.VoidBlobWriter BlobWriter which does not support writing BLOBs to a store. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.client Class Description BlobClient The BLOB client can communicate with the BLOB server and either upload (PUT), download (GET), or delete (DELETE) BLOBs. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.deployment Class Description BlobWriter BlobWriter is used to upload data to the BLOB store.PermanentBlobKey BLOB key referencing permanent BLOB files.PermanentBlobService A service to retrieve permanent binary large objects (BLOBs). -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.dispatcher Class Description BlobServer This class implements the BLOB server.TransientBlobService A service to retrieve transient binary large objects (BLOBs) which are deleted on theBlobServer
when they are retrieved. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.dispatcher.cleanup Class Description BlobServer This class implements the BLOB server. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.entrypoint.component Class Description BlobServer This class implements the BLOB server. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.execution.librarycache Class Description PermanentBlobKey BLOB key referencing permanent BLOB files.PermanentBlobService A service to retrieve permanent binary large objects (BLOBs). -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.executiongraph Class Description BlobWriter BlobWriter is used to upload data to the BLOB store.PermanentBlobKey BLOB key referencing permanent BLOB files. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.filecache Class Description PermanentBlobService A service to retrieve permanent binary large objects (BLOBs). -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.highavailability Class Description BlobStore A blob store.BlobStoreService Service interface for the BlobStore which allows to close and clean up its data. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.highavailability.nonha Class Description BlobStore A blob store. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.highavailability.zookeeper Class Description BlobStoreService Service interface for the BlobStore which allows to close and clean up its data. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.jobgraph Class Description PermanentBlobKey BLOB key referencing permanent BLOB files. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.jobmaster Class Description BlobServer This class implements the BLOB server.BlobWriter BlobWriter is used to upload data to the BLOB store.TransientBlobService A service to retrieve transient binary large objects (BLOBs) which are deleted on theBlobServer
when they are retrieved. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.minicluster Class Description BlobServer This class implements the BLOB server. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.resourcemanager Class Description TransientBlobKey BLOB key referencing transient BLOB files. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.rest Class Description TransientBlobService A service to retrieve transient binary large objects (BLOBs) which are deleted on theBlobServer
when they are retrieved. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.rest.handler.taskmanager Class Description TransientBlobKey BLOB key referencing transient BLOB files.TransientBlobService A service to retrieve transient binary large objects (BLOBs) which are deleted on theBlobServer
when they are retrieved. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.scheduler Class Description BlobWriter BlobWriter is used to upload data to the BLOB store. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.scheduler.adaptive Class Description BlobWriter BlobWriter is used to upload data to the BLOB store. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.scheduler.adaptivebatch Class Description BlobWriter BlobWriter is used to upload data to the BLOB store. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.taskexecutor Class Description BlobCacheService The BLOB cache provides access to BLOB services for permanent and transient BLOBs.PermanentBlobKey BLOB key referencing permanent BLOB files.PermanentBlobService A service to retrieve permanent binary large objects (BLOBs).TaskExecutorBlobService BlobService
that gives access to aJobPermanentBlobService
and allows to set the target blob server address.TransientBlobKey BLOB key referencing transient BLOB files. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.runtime.webmonitor Class Description TransientBlobService A service to retrieve transient binary large objects (BLOBs) which are deleted on theBlobServer
when they are retrieved. -
Classes in org.apache.flink.runtime.blob used by org.apache.flink.streaming.api.graph Class Description PermanentBlobKey BLOB key referencing permanent BLOB files.