MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.btree
Class SplitInfo

java.lang.Object
  extended by ch.ethz.mxquery.sms.btree.SplitInfo

public class SplitInfo
extends java.lang.Object

Represents information from a split occurred at a lower level in the tree.


Constructor Summary
SplitInfo(BTreeNode leftNode, DeweyIdentifier pivot, BTreeNode rightNode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitInfo

public SplitInfo(BTreeNode leftNode,
                 DeweyIdentifier pivot,
                 BTreeNode rightNode)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich