iitb.con.core
Class ConStoreConstants

java.lang.Object
  extended by iitb.con.core.ConStoreConstants

public class ConStoreConstants
extends java.lang.Object

Contains the static constants of the project


Field Summary
static long INSTANCE_CACHE_SIZE
          Instance cache size
static java.lang.String INSTANCE_TABLE_FILE
          Name of the instance table file name
static int IO_BUFFER_SIZE
          IO Buffer size
static java.lang.String META_FILE
          Name of meta model file name
static java.lang.String NET_FILE
          Name of model (instances) file name
static java.lang.String NET_FSL_FILE
          Name of the instance table file name
static java.lang.String PROPERTIES_FILE
          Name of the properties file name
static long QUERY_CACHE_SIZE
          Query cache size
static java.lang.String RELATION_ATTR
          Name of the relations index file for ids
static java.lang.String RELATION_ID_IDX_FILE
          Name of the relations index file for ids
static java.lang.String RELATION_IDX_FILE
          Name of the meta index for relation table file
static java.lang.String RELATION_NAME_IDX_FILE
          Name of the relations index file for names
static java.lang.String RELATION_TABLE_FILE
          Name of the relation table file name
 
Constructor Summary
ConStoreConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE_CACHE_SIZE

public static long INSTANCE_CACHE_SIZE
Instance cache size


INSTANCE_TABLE_FILE

public static final java.lang.String INSTANCE_TABLE_FILE
Name of the instance table file name

See Also:
Constant Field Values

IO_BUFFER_SIZE

public static int IO_BUFFER_SIZE
IO Buffer size


META_FILE

public static final java.lang.String META_FILE
Name of meta model file name

See Also:
Constant Field Values

NET_FILE

public static final java.lang.String NET_FILE
Name of model (instances) file name

See Also:
Constant Field Values

NET_FSL_FILE

public static final java.lang.String NET_FSL_FILE
Name of the instance table file name

See Also:
Constant Field Values

PROPERTIES_FILE

public static final java.lang.String PROPERTIES_FILE
Name of the properties file name

See Also:
Constant Field Values

QUERY_CACHE_SIZE

public static long QUERY_CACHE_SIZE
Query cache size


RELATION_ATTR

public static final java.lang.String RELATION_ATTR
Name of the relations index file for ids

See Also:
Constant Field Values

RELATION_ID_IDX_FILE

public static final java.lang.String RELATION_ID_IDX_FILE
Name of the relations index file for ids

See Also:
Constant Field Values

RELATION_IDX_FILE

public static final java.lang.String RELATION_IDX_FILE
Name of the meta index for relation table file

See Also:
Constant Field Values

RELATION_NAME_IDX_FILE

public static final java.lang.String RELATION_NAME_IDX_FILE
Name of the relations index file for names

See Also:
Constant Field Values

RELATION_TABLE_FILE

public static final java.lang.String RELATION_TABLE_FILE
Name of the relation table file name

See Also:
Constant Field Values
Constructor Detail

ConStoreConstants

public ConStoreConstants()