Class GenSynDB

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--laur.tools.AbortableThread
              |
              +--laur.tools.MonitoredThread
                    |
                    +--GenSynDB
All Implemented Interfaces:
java.lang.Runnable

public class GenSynDB
extends MonitoredThread

GenSynDB


Field Summary
 
Fields inherited from class laur.tools.MonitoredThread
monitor
 
Fields inherited from class laur.tools.AbortableThread
bAbort, isRunning
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void execute()
          generates a synthetic database; save results in file fname; the last column in db is the reference partition; NCOLS is the total number of columns, including also the reference partition
 int getRealRowNo()
           
 
Methods inherited from class laur.tools.MonitoredThread
terminationHook
 
Methods inherited from class laur.tools.AbortableThread
abort, checkAbort, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

execute

public void execute()
generates a synthetic database; save results in file fname; the last column in db is the reference partition; NCOLS is the total number of columns, including also the reference partition

Specified by:
execute in class AbortableThread

getRealRowNo

public int getRealRowNo()
Returns:
the real number of rows