Class StoragePlugins

java.lang.Object
org.apache.drill.exec.planner.logical.StoragePlugins
All Implemented Interfaces:
Iterable<Map.Entry<String,StoragePluginConfig>>

public class StoragePlugins extends Object implements Iterable<Map.Entry<String,StoragePluginConfig>>
Map of storage plugin *configurations* indexed by name. Does not hold the storage plugin *connector* itself.

This class is serialized to JSON and represents the set of storage plugin configurations visible to Drill.