MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.btree
Class RemoveInfo

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

public class RemoveInfo
extends java.lang.Object

Stores information about a deletion occurred at a lower level of the b-tree.


Constructor Summary
RemoveInfo(int removedValue, boolean redistribution, int pivot, boolean merge, boolean operationWithNext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveInfo

public RemoveInfo(int removedValue,
                  boolean redistribution,
                  int pivot,
                  boolean merge,
                  boolean operationWithNext)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich