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, wait
forEach, spliterator
private final org.apache.hadoop.conf.Configuration c
ImmutableConfWrapper(org.apache.hadoop.conf.Configuration conf)
public String get(String key)
get
in interface CompoundConfiguration.ImmutableConfigMap
public String getRaw(String key)
getRaw
in interface CompoundConfiguration.ImmutableConfigMap
public Class<?> getClassByName(String name) throws ClassNotFoundException
getClassByName
in interface CompoundConfiguration.ImmutableConfigMap
ClassNotFoundException
public int size()
size
in interface CompoundConfiguration.ImmutableConfigMap
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.