org.neodatis.odb.impl.core.layers.layer3.block
Class BlockStatus

java.lang.Object
  extended by org.neodatis.odb.impl.core.layers.layer3.block.BlockStatus

public class BlockStatus
extends java.lang.Object

To keep track of block status


Field Summary
static byte BLOCK_FULL
           
static byte BLOCK_NOT_FULL
           
 
Constructor Summary
BlockStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCK_NOT_FULL

public static final byte BLOCK_NOT_FULL
See Also:
Constant Field Values

BLOCK_FULL

public static final byte BLOCK_FULL
See Also:
Constant Field Values
Constructor Detail

BlockStatus

public BlockStatus()