static final class DataSource.DataSourceDirectory extends HashMap<String,DataSource>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DataSourceDirectory() |
Modifier and Type | Method and Description |
---|---|
void |
distribute(org.apache.hadoop.conf.Configuration conf) |
DataSource |
get(String name) |
void |
read(org.apache.hadoop.conf.Configuration conf) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode
public void read(org.apache.hadoop.conf.Configuration conf)
public String toString()
toString
in class AbstractMap<String,DataSource>
public DataSource get(String name)
public void distribute(org.apache.hadoop.conf.Configuration conf)
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.