Class TSID.Factory.Settings

  • Enclosing class:
    TSID.Factory

    static class TSID.Factory.Settings
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String NODE  
      (package private) static java.lang.String NODE_COUNT  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Settings()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Integer getNode()  
      static java.lang.Integer getNodeCount()  
      (package private) static java.lang.String getProperty​(java.lang.String name)  
      (package private) static java.lang.Integer getPropertyAsInteger​(java.lang.String property)  
      • Methods inherited from class java.lang.Object

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

      • Settings

        private Settings()
    • Method Detail

      • getNode

        public static java.lang.Integer getNode()
      • getNodeCount

        public static java.lang.Integer getNodeCount()
      • getPropertyAsInteger

        static java.lang.Integer getPropertyAsInteger​(java.lang.String property)
      • getProperty

        static java.lang.String getProperty​(java.lang.String name)