public interface TaskExecutorBlobService extends BlobService
BlobService
that gives access to a JobPermanentBlobService
and allows to set the
target blob server address.Modifier and Type | Method and Description |
---|---|
JobPermanentBlobService |
getPermanentBlobService()
Returns a BLOB service for accessing permanent BLOBs.
|
void |
setBlobServerAddress(InetSocketAddress blobServerAddress)
Sets the blob server address.
|
getPort, getTransientBlobService
JobPermanentBlobService getPermanentBlobService()
BlobService
getPermanentBlobService
in interface BlobService
void setBlobServerAddress(InetSocketAddress blobServerAddress)
blobServerAddress
- blob server addressCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.