Interface ServiceEnvironment.Configuration
- All Superinterfaces:
Iterable<Map.Entry<String,,String>> PluginEnvironment.Configuration
- Enclosing interface:
ServiceEnvironment
- Since:
- 2.0.0
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionCreates a configuration object from a map of properties, this is useful for testing.Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
get, getCustom, getCustom, getDerived, getTableCustom, getTableCustom, getWithPrefix, isSet, iterator
-
Method Details
-
from
static ServiceEnvironment.Configuration from(Map<String, String> properties, boolean includeDefaults) Creates a configuration object from a map of properties, this is useful for testing.- Parameters:
includeDefaults- If true will include accumulo's default properties and layer the passed in map on top of these.- Since:
- 4.0.0
-