Interface AccumuloClient.PropertyOptions<T>

    • Method Detail

      • from

        AccumuloClient.FromOptions<T> from​(String propertiesFilePath)
        Build using properties file. An example properties file can be found at conf/accumulo-client.properties in the Accumulo tarball distribution.
        Parameters:
        propertiesFilePath - Path to properties file
        Returns:
        this builder
        See Also:
        Client properties documentation
      • from

        AccumuloClient.FromOptions<T> from​(Path propertiesFile)
        Build using properties file. An example properties file can be found at conf/accumulo-client.properties in the Accumulo tarball distribution.
        Parameters:
        propertiesFile - Path to properties file
        Returns:
        this builder
        See Also:
        Client properties documentation