public class URLBlobStore extends AbstractComponentimplements BlobStore
componentSettings, logger, settings| Constructor and Description |
|---|
URLBlobStore(Settings
Constructs new read-only URL-based blob store
The following settings are supported buffer_size - size of the read buffer, defaults to 100KB
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainer |
blobContainer(BlobPath
|
int |
bufferSizeInBytes()
Returns read buffer size
|
void |
close()
|
void |
delete(BlobPath
This operation is not supported by URL Blob Store
|
URL |
path()
Returns base URL
|
String |
toString()
|
nodeNamepublic StringtoString()
public URLpath()
public int bufferSizeInBytes()
public BlobContainerblobContainer(BlobPath path)
public void delete(BlobPathpath)
public void close()