Package com.semedy.reasoner.core
Class SystemConfiguration
java.lang.Object
com.semedy.reasoner.core.SystemConfiguration
This class provides some constants important for system configuration.
- Author:
- angele
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
max number of cached symbols in symbol cachestatic final double
min compression factor for lz4 compressionstatic final int
min length of file piece to compressstatic final int
max number of keys in a bplus node for a relation bplus treestatic final int
max number of keys in a bplus node for symbol table bplus treestatic final int
max size of a bplus node in bytes for symbol table bplus tree -
Constructor Summary
-
Method Summary
-
Field Details
-
SYMBOLTABLENODESIZE
public static final int SYMBOLTABLENODESIZEmax size of a bplus node in bytes for symbol table bplus tree- See Also:
-
SYMBOLTABLEKEYSPERNODE
public static final int SYMBOLTABLEKEYSPERNODEmax number of keys in a bplus node for symbol table bplus tree- See Also:
-
RELATIONKEYSPERNODE
public static final int RELATIONKEYSPERNODEmax number of keys in a bplus node for a relation bplus tree- See Also:
-
LZ4COMPRESSIONFACTOR
public static final double LZ4COMPRESSIONFACTORmin compression factor for lz4 compression- See Also:
-
LZ4MINLENGTHTOCOMPRESS
public static final int LZ4MINLENGTHTOCOMPRESSmin length of file piece to compress- See Also:
-
CACHEDSYMBOLS
public static final int CACHEDSYMBOLSmax number of cached symbols in symbol cache- See Also:
-
-
Constructor Details
-
SystemConfiguration
public SystemConfiguration()
-