Interface AccumuloClient.PropertyOptions<T>

All Superinterfaces:
AccumuloClient.InstanceArgs<T>
Enclosing interface:
AccumuloClient

public static interface AccumuloClient.PropertyOptions<T> extends AccumuloClient.InstanceArgs<T>
Builder methods for creating AccumuloClient using properties
Since:
2.0.0
  • Method Details

    • 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:
    • 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:
    • from

      AccumuloClient.FromOptions<T> from(URL propertiesURL)
      Build using Java properties object. An example properties file can be found at conf/accumulo-client.properties in the Accumulo tarball distribution.
      Parameters:
      propertiesURL - URL path to properties file
      Returns:
      this builder
      See Also:
    • from

      Build using Java properties object. An example properties file can be found at conf/accumulo-client.properties in the Accumulo tarball distribution.
      Parameters:
      properties - Properties object
      Returns:
      this builder
      See Also: