Interface TaskExecutorBlobService

All Superinterfaces:
AutoCloseable, BlobService, Closeable
All Known Implementing Classes:
BlobCacheService

public interface TaskExecutorBlobService extends BlobService
BlobService that gives access to a JobPermanentBlobService and allows to set the target blob server address.
  • Method Details

    • getPermanentBlobService

      JobPermanentBlobService getPermanentBlobService()
      Description copied from interface: BlobService
      Returns a BLOB service for accessing permanent BLOBs.
      Specified by:
      getPermanentBlobService in interface BlobService
      Returns:
      BLOB service
    • setBlobServerAddress

      void setBlobServerAddress(InetSocketAddress blobServerAddress)
      Sets the blob server address.
      Parameters:
      blobServerAddress - blob server address