static class BPlusTreeUtility.BPlusTreeReader
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
(package private) BPlusTreeFile |
bf |
(package private) int |
count |
(package private) java.lang.Object |
elock |
(package private) java.lang.Exception |
error |
(package private) Field |
f |
(package private) boolean |
found |
(package private) java.lang.Object |
slock |
(package private) TransactionId |
tid |
Constructor and Description |
---|
BPlusTreeUtility.BPlusTreeReader(TransactionId tid,
BPlusTreeFile bf,
Field f,
int count) |
Modifier and Type | Method and Description |
---|---|
boolean |
found() |
java.lang.Exception |
getError() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
TransactionId tid
BPlusTreeFile bf
Field f
int count
boolean found
java.lang.Exception error
java.lang.Object slock
java.lang.Object elock
public BPlusTreeUtility.BPlusTreeReader(TransactionId tid, BPlusTreeFile bf, Field f, int count)
tid
- the transaction on whose behalf we want to search for the tuple(s)bf
- the B+ tree file containing the tuple(s)f
- the field to search forcount
- the number of tuples to search forpublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public boolean found()
public java.lang.Exception getError()