org.siebengeisslein.core
Class AddNodeTask
java.lang.Object
org.siebengeisslein.core.Task
org.siebengeisslein.core.AddNodeTask
public class AddNodeTask
- extends Task
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddNodeTask
public AddNodeTask(long start,
FreeBlockList fbl,
BTreeNodeCache cache)
throws java.io.IOException
- Throws:
java.io.IOException
AddNodeTask
public AddNodeTask(java.io.DataInput in,
FreeBlockList fbl,
BTreeNodeCache cache)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.nio.ByteBuffer buf)
- Specified by:
write in class Task
getTaskSize
public int getTaskSize()
- Specified by:
getTaskSize in class Task
getStart
public long getStart()
getReuse
public int getReuse()
commit
public void commit(FlushThread flushThread)
throws java.io.IOException,
UnknownOIDException
- Specified by:
commit in class Task
- Throws:
java.io.IOException
UnknownOIDException