|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.siebengeisslein.core.Task
org.siebengeisslein.core.RemoveEntryTask
public class RemoveEntryTask
| Field Summary |
|---|
| Fields inherited from class org.siebengeisslein.core.Task |
|---|
ADD_NODE_ID, COMMIT_ENTRY_ID, MAX_ID, REMOVE_ENTRY_ID, SET_ENTRY_ID |
| Constructor Summary | |
|---|---|
RemoveEntryTask(java.io.DataInput in,
BTree btree)
|
|
RemoveEntryTask(long oid,
BTree btree)
|
|
| Method Summary | |
|---|---|
void |
commit(FlushThread flushThread)
|
long |
getOid()
|
int |
getTaskSize()
|
void |
write(java.nio.ByteBuffer buf)
|
| Methods inherited from class org.siebengeisslein.core.Task |
|---|
getID, markReferenced |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveEntryTask(long oid,
BTree btree)
throws java.io.IOException
java.io.IOException
public RemoveEntryTask(java.io.DataInput in,
BTree btree)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void write(java.nio.ByteBuffer buf)
throws java.io.IOException
write in class Taskjava.io.IOExceptionpublic int getTaskSize()
getTaskSize in class Task
public void commit(FlushThread flushThread)
throws java.io.IOException,
UnknownOIDException
commit in class Taskjava.io.IOException
UnknownOIDExceptionpublic long getOid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||