ostore.dataobj
Interface BtreeNode

All Superinterfaces:
Cacheable, QuickSerializable, VerifiableBlock
All Known Implementing Classes:
Btree, Btree.InteriorNode, DataObject.DataBlock

public interface BtreeNode
extends QuickSerializable, VerifiableBlock

Version:
$Id: BtreeNode.java,v 1.9 2002/07/20 19:18:14 srhea Exp $
Author:
Patrick R. Eaton

Method Summary
 boolean isDataNode()
           
 boolean isLeaf()
           
 
Methods inherited from interface ostore.util.QuickSerializable
serialize
 
Methods inherited from interface ostore.util.VerifiableBlock
computeGuid, computeVhash, getFhash, setFhash, toGuidBytes, toVhashBytes, verifyGuid, verifyVhash
 

Method Detail

isDataNode

public boolean isDataNode()

isLeaf

public boolean isLeaf()