public class URLBlobStore extends AbstractComponent implements BlobStore
deprecationLogger, logger, settings| Constructor and Description |
|---|
URLBlobStore(Settings settings,
URL path)
Constructs new read-only URL-based blob store
|
| 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() |
logDeprecatedSetting, logRemovedSetting, nodeNamepublic URL path()
public int bufferSizeInBytes()
public BlobContainer blobContainer(BlobPath path)
blobContainer in interface BlobStorepublic void delete(BlobPath path)
Copyright © 2009–2017. All rights reserved.