Class AccumuloClassLoader

    • Constructor Detail

      • AccumuloClassLoader

        public AccumuloClassLoader()
        Deprecated.
    • Method Detail

      • getAccumuloProperty

        public static String getAccumuloProperty​(String propertyName,
                                                 String defaultValue)
        Deprecated.
        Returns value of property in accumulo.properties file, otherwise default value
        Parameters:
        propertyName - Name of the property to pull
        defaultValue - Value to default to if not found.
        Returns:
        value of property or default
      • replaceEnvVars

        public static String replaceEnvVars​(String classpath,
                                            Map<String,​String> env)
        Deprecated.
        Replace environment variables in the classpath string with their actual value