Class SysDB


  • public class SysDB
    extends java.lang.Object
    Low level environment
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger errlog
      Send warnings and error
      static java.util.concurrent.Executor executor
      A general thread pool
      static boolean is64bitSystem  
      static boolean isWindows  
      static java.nio.ByteOrder NetworkOrder  
      static int SizeOfInt
      Size, in bytes, of a Java int
      static int SizeOfLong
      Size, in bytes, of a Java long
      static org.slf4j.Logger syslog
      General system log
    • Constructor Summary

      Constructors 
      Constructor Description
      SysDB()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init()  
      static void panic​(java.lang.Class<?> clazz, java.lang.String string)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • syslog

        public static final org.slf4j.Logger syslog
        General system log
      • errlog

        public static final org.slf4j.Logger errlog
        Send warnings and error
      • SizeOfLong

        public static final int SizeOfLong
        Size, in bytes, of a Java long
        See Also:
        Constant Field Values
      • SizeOfInt

        public static final int SizeOfInt
        Size, in bytes, of a Java int
        See Also:
        Constant Field Values
      • is64bitSystem

        public static final boolean is64bitSystem
      • NetworkOrder

        public static final java.nio.ByteOrder NetworkOrder
      • isWindows

        public static final boolean isWindows
      • executor

        public static java.util.concurrent.Executor executor
        A general thread pool
    • Constructor Detail

      • SysDB

        public SysDB()
    • Method Detail

      • init

        public static void init()
      • panic

        public static void panic​(java.lang.Class<?> clazz,
                                 java.lang.String string)