public class URLBlobStore extends AbstractComponent implements BlobStore
componentSettings, logger, settings| Constructor and Description |
|---|
URLBlobStore(Settings settings,
URL path)
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 path) |
int |
bufferSizeInBytes()
Returns read buffer size
|
void |
close() |
void |
delete(BlobPath path)
This operation is not supported by URL Blob Store
|
URL |
path()
Returns base URL
|
String |
toString() |
nodeNamepublic URL path()
public int bufferSizeInBytes()
public BlobContainer blobContainer(BlobPath path)
blobContainer in interface BlobStorepublic void delete(BlobPath path)
Copyright © 2009–2016. All rights reserved.