Package org.apache.jena.dboe.sys
Class SysDB
- java.lang.Object
-
- org.apache.jena.dboe.sys.SysDB
-
public class SysDB extends java.lang.ObjectLow level environment
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggererrlogSend warnings and errorstatic java.util.concurrent.ExecutorexecutorA general thread poolstatic booleanis64bitSystemstatic booleanisWindowsstatic java.nio.ByteOrderNetworkOrderstatic intSizeOfIntSize, in bytes, of a Java intstatic intSizeOfLongSize, in bytes, of a Java longstatic org.slf4j.LoggersyslogGeneral system log
-
Constructor Summary
Constructors Constructor Description SysDB()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()static voidpanic(java.lang.Class<?> clazz, java.lang.String string)
-
-
-
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
-
-