static final class DataSource.DataSourceDirectory extends HashMap<String,DataSource>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DataSource.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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, 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 The Apache Software Foundation. All rights reserved.