Class SystemConfiguration

java.lang.Object
com.semedy.reasoner.core.SystemConfiguration

public class SystemConfiguration extends Object
This class provides some constants important for system configuration.
Author:
angele
  • Field Details

    • SYMBOLTABLENODESIZE

      public static final int SYMBOLTABLENODESIZE
      max size of a bplus node in bytes for symbol table bplus tree
      See Also:
    • SYMBOLTABLEKEYSPERNODE

      public static final int SYMBOLTABLEKEYSPERNODE
      max number of keys in a bplus node for symbol table bplus tree
      See Also:
    • RELATIONKEYSPERNODE

      public static final int RELATIONKEYSPERNODE
      max number of keys in a bplus node for a relation bplus tree
      See Also:
    • LZ4COMPRESSIONFACTOR

      public static final double LZ4COMPRESSIONFACTOR
      min compression factor for lz4 compression
      See Also:
    • LZ4MINLENGTHTOCOMPRESS

      public static final int LZ4MINLENGTHTOCOMPRESS
      min length of file piece to compress
      See Also:
    • CACHEDSYMBOLS

      public static final int CACHEDSYMBOLS
      max number of cached symbols in symbol cache
      See Also:
  • Constructor Details

    • SystemConfiguration

      public SystemConfiguration()