public interface BlobService extends Closeable
Modifier and Type | Method and Description |
---|---|
PermanentBlobService |
getPermanentBlobService()
Returns a BLOB service for accessing permanent BLOBs.
|
int |
getPort()
Returns the port of the BLOB server that this BLOB service is working with.
|
TransientBlobService |
getTransientBlobService()
Returns a BLOB service for accessing transient BLOBs.
|
PermanentBlobService getPermanentBlobService()
TransientBlobService getTransientBlobService()
int getPort()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.