static class CompoundConfiguration.ImmutableConfWrapper extends Object implements CompoundConfiguration.ImmutableConfigMap
| Modifier and Type | Field and Description |
|---|---|
private org.apache.hadoop.conf.Configuration |
c |
| Constructor and Description |
|---|
ImmutableConfWrapper(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key) |
Class<?> |
getClassByName(String name) |
String |
getRaw(String key) |
Iterator<Map.Entry<String,String>> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprivate final org.apache.hadoop.conf.Configuration c
ImmutableConfWrapper(org.apache.hadoop.conf.Configuration conf)
public String get(String key)
get in interface CompoundConfiguration.ImmutableConfigMappublic String getRaw(String key)
getRaw in interface CompoundConfiguration.ImmutableConfigMappublic Class<?> getClassByName(String name) throws ClassNotFoundException
getClassByName in interface CompoundConfiguration.ImmutableConfigMapClassNotFoundExceptionpublic int size()
size in interface CompoundConfiguration.ImmutableConfigMapCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.