Package org.apache.drill.exec.store
Interface StoragePluginStore
- All Known Implementing Classes:
 StoragePluginStoreImpl
public interface StoragePluginStore
Interface to the storage mechanism used to store storage plugin
 configurations, typically in JSON format.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidgetStore()booleanload()voidput(String name, StoragePluginConfig config) voidputAll(StoragePlugins plugins)  
- 
Method Details
- 
isInitialized
boolean isInitialized() - 
delete
 - 
load
Iterator<Map.Entry<String,StoragePluginConfig>> load() - 
put
 - 
putAll
 - 
get
 - 
getStore
PersistentStore<StoragePluginConfig> getStore() - 
close
void close() 
 -