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 TypeMethodDescriptionvoid
close()
void
getStore()
boolean
load()
void
put
(String name, StoragePluginConfig config) void
putAll
(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()
-