public class StoragePlugins extends Object implements Iterable<Map.Entry<String,StoragePluginConfig>>
| Constructor and Description |
|---|
StoragePlugins(Map<String,StoragePluginConfig> storage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,StoragePluginConfig> |
getStorage() |
Iterator<Map.Entry<String,StoragePluginConfig>> |
iterator() |
static void |
main(String[] args) |
String |
toString() |
public StoragePlugins(Map<String,StoragePluginConfig> storage)
public Map<String,StoragePluginConfig> getStorage()
public Iterator<Map.Entry<String,StoragePluginConfig>> iterator()
iterator in interface Iterable<Map.Entry<String,StoragePluginConfig>>Copyright © 2017 The Apache Software Foundation. All rights reserved.