public static interface ManagedResourceStorage.StorageIO
| Modifier and Type | Method and Description |
|---|---|
void |
configure(SolrResourceLoader loader,
NamedList<String> initArgs) |
boolean |
delete(String storedResourceId) |
boolean |
exists(String storedResourceId) |
String |
getInfo() |
InputStream |
openInputStream(String storedResourceId) |
OutputStream |
openOutputStream(String storedResourceId) |
String getInfo()
void configure(SolrResourceLoader loader, NamedList<String> initArgs) throws SolrException
SolrExceptionboolean exists(String storedResourceId) throws IOException
IOExceptionInputStream openInputStream(String storedResourceId) throws IOException
IOExceptionOutputStream openOutputStream(String storedResourceId) throws IOException
IOExceptionboolean delete(String storedResourceId) throws IOException
IOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.