Package org.apache.flink.runtime.blob
Interface BlobService
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
TaskExecutorBlobService
- All Known Implementing Classes:
BlobCacheService,BlobServer
A simple store and retrieve binary large objects (BLOBs).
-
Method Summary
Modifier and TypeMethodDescriptionReturns a BLOB service for accessing permanent BLOBs.intgetPort()Returns the port of the BLOB server that this BLOB service is working with.Returns a BLOB service for accessing transient BLOBs.
-
Method Details
-
getPermanentBlobService
PermanentBlobService getPermanentBlobService()Returns a BLOB service for accessing permanent BLOBs.- Returns:
- BLOB service
-
getTransientBlobService
TransientBlobService getTransientBlobService()Returns a BLOB service for accessing transient BLOBs.- Returns:
- BLOB service
-
getPort
int getPort()Returns the port of the BLOB server that this BLOB service is working with.- Returns:
- the port of the blob server.
-