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
SolrException
boolean exists(String storedResourceId) throws IOException
IOException
InputStream openInputStream(String storedResourceId) throws IOException
IOException
OutputStream openOutputStream(String storedResourceId) throws IOException
IOException
boolean delete(String storedResourceId) throws IOException
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.