Uses of Class
com.jstatcom.engine.gauss.GaussConfigKeys

Packages that use GaussConfigKeys
com.jstatcom.engine.gauss GAUSS communication that uses an installed version of the software. 
 

Uses of GaussConfigKeys in com.jstatcom.engine.gauss
 

Fields in com.jstatcom.engine.gauss declared as GaussConfigKeys
static GaussConfigKeys GaussConfigKeys.COMPILE_CFG
          The XML file containing the list of files to be compiled.
static GaussConfigKeys GaussConfigKeys.EXE_LOCATION
          The directory of the executable, e.g. c:\mteng8.0\engauss.exe.
static GaussConfigKeys GaussConfigKeys.GAUSS_VERSION
          The GAUSS version.
static GaussConfigKeys GaussConfigKeys.GCG_FILENAME
          The gcg filename with the compiled code for GAUSS.
static GaussConfigKeys GaussConfigKeys.LIB_CFG
          The XML file containing the list of libraries.
static GaussConfigKeys GaussConfigKeys.SHARED_MEM_SIZE
          The size of the shared memory used for the communication.
static GaussConfigKeys GaussConfigKeys.TEMP_DIR
          The temporary directory with read/write access.