public interface BlobService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(BlobKey blobKey)
This method deletes the file associated with the provided blob key.
|
int |
getPort()
Returns the port of the blob service
|
URL |
getURL(BlobKey requiredBlob)
This method returns the URL of the file associated with the provided blob key.
|
void |
shutdown()
Shutdown method which is called to terminate the blob service.
|
URL getURL(BlobKey requiredBlob) throws IOException
requiredBlob - blob key associated with the requested fileIOExceptionvoid delete(BlobKey blobKey) throws IOException
blobKey - associated with the file to be deletedIOExceptionint getPort()
void shutdown()
throws IOException
IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.