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 interface
TaskExecutorBlobService
BlobService
that gives access to aJobPermanentBlobService
and allows to set the target blob server address.Classes in org.apache.flink.runtime.blob that implement BlobService Modifier and Type Class Description class
BlobCacheService
The BLOB cache provides access to BLOB services for permanent and transient BLOBs.class
BlobServer
This class implements the BLOB server.
-