Package org.opennms.netmgt.newts.support
Class ContextConfigurationFactory
- java.lang.Object
-
- org.opennms.netmgt.newts.support.ContextConfigurationFactory
-
public class ContextConfigurationFactory extends java.lang.Object
Used to build theContextConfigurations
from the configured system properties.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description ContextConfigurationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.opennms.newts.cassandra.ContextConfigurations
getContextConfigurations()
static org.opennms.newts.cassandra.ContextConfigurations
getContextConfigurations(java.lang.String resourceShardStr, java.lang.String readConsistencyStr, java.lang.String writeConsistencyStr)
-
-
-
Method Detail
-
getContextConfigurations
public static org.opennms.newts.cassandra.ContextConfigurations getContextConfigurations()
-
getContextConfigurations
public static org.opennms.newts.cassandra.ContextConfigurations getContextConfigurations(java.lang.String resourceShardStr, java.lang.String readConsistencyStr, java.lang.String writeConsistencyStr)
-
-