|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiitb.con.core.ConStoreConstants
public class ConStoreConstants
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 |
---|
public static long INSTANCE_CACHE_SIZE
public static final java.lang.String INSTANCE_TABLE_FILE
public static int IO_BUFFER_SIZE
public static final java.lang.String META_FILE
public static final java.lang.String NET_FILE
public static final java.lang.String NET_FSL_FILE
public static final java.lang.String PROPERTIES_FILE
public static long QUERY_CACHE_SIZE
public static final java.lang.String RELATION_ATTR
public static final java.lang.String RELATION_ID_IDX_FILE
public static final java.lang.String RELATION_IDX_FILE
public static final java.lang.String RELATION_NAME_IDX_FILE
public static final java.lang.String RELATION_TABLE_FILE
Constructor Detail |
---|
public ConStoreConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |