global
Class ExtendedSystemDefs

java.lang.Object
  extended byglobal.SystemDefs
      extended byglobal.ExtendedSystemDefs

public class ExtendedSystemDefs
extends SystemDefs


Field Summary
static catalog.AttrCatalog MINIBASE_ATTRCAT
           
static catalog.Catalog MINIBASE_CATALOGPTR
           
static catalog.IndexCatalog MINIBASE_INDCAT
           
static catalog.RelCatalog MINIBASE_RELCAT
           
 
Fields inherited from class global.SystemDefs
JavabaseBM, JavabaseCatalog, JavabaseDB, JavabaseDBName, JavabaseLogName, MINIBASE_DBNAME, MINIBASE_RESTART_FLAG
 
Constructor Summary
ExtendedSystemDefs(java.lang.String dbname, int dbpages, int bufpoolsize, java.lang.String replacement_policy)
           
ExtendedSystemDefs(java.lang.String dbname, java.lang.String logname, int dbpages, int maxlogsize, int bufpoolsize, java.lang.String replacement_policy)
           
 
Method Summary
 void init(int initCatalog)
           
 
Methods inherited from class global.SystemDefs
init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINIBASE_CATALOGPTR

public static catalog.Catalog MINIBASE_CATALOGPTR

MINIBASE_ATTRCAT

public static catalog.AttrCatalog MINIBASE_ATTRCAT

MINIBASE_RELCAT

public static catalog.RelCatalog MINIBASE_RELCAT

MINIBASE_INDCAT

public static catalog.IndexCatalog MINIBASE_INDCAT
Constructor Detail

ExtendedSystemDefs

public ExtendedSystemDefs(java.lang.String dbname,
                          int dbpages,
                          int bufpoolsize,
                          java.lang.String replacement_policy)

ExtendedSystemDefs

public ExtendedSystemDefs(java.lang.String dbname,
                          java.lang.String logname,
                          int dbpages,
                          int maxlogsize,
                          int bufpoolsize,
                          java.lang.String replacement_policy)
Method Detail

init

public void init(int initCatalog)