com.caucho.db.store
Class WriteBlock

java.lang.Object
  extended by com.caucho.db.store.Block
      extended by com.caucho.db.store.WriteBlock
All Implemented Interfaces:
SyncCacheListener
Direct Known Subclasses:
AutoCommitWriteBlock, XAWriteBlock

public abstract class WriteBlock
extends Block

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

_block

protected Block _block
Constructor Detail

WriteBlock

public WriteBlock(Block block)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Block