Class ContextConfigurationFactory


  • public class ContextConfigurationFactory
    extends java.lang.Object
    Used to build the ContextConfigurations from the configured system properties.
    Author:
    jwhite
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextConfigurationFactory

        public ContextConfigurationFactory()
    • 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)