All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.hadoop.conf.Configuration Maven / Gradle / Ivy

package org.apache.hadoop.conf;

public class Configuration {

    public Configuration() {
        this(true);
    }
    public Configuration(boolean useDefaults) {}

    public boolean getBoolean(String x, boolean y) {
        return y;
    }

    public void setBoolean(String x, boolean y) {
    }

    public int getInt(String x, int y) {
        return y;
    }

    public String get(String x) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy