Package org.apache.accumulo.core.client
Interface AccumuloClient.PropertyOptions<T>
- All Superinterfaces:
AccumuloClient.InstanceArgs<T>
- Enclosing interface:
- AccumuloClient
Builder methods for creating AccumuloClient using properties
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionBuild using properties file.Build using Java properties object.Build using properties file.from
(Properties properties) Build using Java properties object.Methods inherited from interface org.apache.accumulo.core.client.AccumuloClient.InstanceArgs
to
-
Method Details
-
from
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
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
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:
-