Uses of Interface
org.apache.flink.runtime.blob.BlobService
-
Packages that use BlobService Package Description org.apache.flink.runtime.blob -
-
Uses of BlobService in org.apache.flink.runtime.blob
Subinterfaces of BlobService in org.apache.flink.runtime.blob Modifier and Type Interface Description interfaceTaskExecutorBlobServiceBlobServicethat gives access to aJobPermanentBlobServiceand allows to set the target blob server address.Classes in org.apache.flink.runtime.blob that implement BlobService Modifier and Type Class Description classBlobCacheServiceThe BLOB cache provides access to BLOB services for permanent and transient BLOBs.classBlobServerThis class implements the BLOB server.
-