Class SiteConfiguration

  • All Implemented Interfaces:
    Iterable<Map.Entry<String,​String>>

    public class SiteConfiguration
    extends AccumuloConfiguration
    An AccumuloConfiguration which first loads any properties set on the command-line (using the -o option) and then from accumulo.properties. This implementation supports defaulting undefined property values to a parent configuration's definitions.

    The system property "accumulo.properties" can be used to specify the location of the properties file on the classpath or filesystem if the path is prefixed with 'file://'. If the system property is not defined, it defaults to "accumulo.properties" and will look on classpath for file.

    Note: Client code should not use this class, and it may be deprecated in the future.