|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.db.store.Block
com.caucho.db.store.WriteBlock
public abstract class WriteBlock
Represents a write (dirty) block.
| Field Summary | |
|---|---|
protected Block |
_block
|
| Fields inherited from class com.caucho.db.store.Block |
|---|
_freeBuffers |
| Constructor Summary | |
|---|---|
WriteBlock(Block block)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.db.store.Block |
|---|
allocate, commit, free, freeImpl, getBlockId, getBuffer, getLock, invalidate, isDirty, isFlushDirtyOnCommit, isFree, read, setDirty, setFlushDirtyOnCommit, syncRemoveEvent, write, writeImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Block _block
| Constructor Detail |
|---|
public WriteBlock(Block block)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String toString()
toString in class Block
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||