net.sf.farrago.namespace
Class FarragoMedLocalIndexStats

java.lang.Object
  extended by net.sf.farrago.namespace.FarragoMedLocalIndexStats

public class FarragoMedLocalIndexStats
extends Object

FarragoMedLocalIndexStats represents index statistics collected via FarragoMedLocalDataServer.computeIndexStats(FemLocalIndex, long, boolean, FennelTxnContext).

Author:
Stephan Zuercher

Field Summary
private  long pageCount
           
private  long uniqueKeyCount
           
 
Constructor Summary
FarragoMedLocalIndexStats(long pageCount, long uniqueKeyCount)
           
 
Method Summary
 long getPageCount()
           
 long getUniqueKeyCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageCount

private final long pageCount

uniqueKeyCount

private final long uniqueKeyCount
Constructor Detail

FarragoMedLocalIndexStats

public FarragoMedLocalIndexStats(long pageCount,
                                 long uniqueKeyCount)
Method Detail

getPageCount

public long getPageCount()

getUniqueKeyCount

public long getUniqueKeyCount()