edu.unh.sdb.datasource
Class LRUCache
java.lang.Object
edu.unh.sdb.datasource.BlockCache
edu.unh.sdb.datasource.LRUCache
public class LRUCache
- extends BlockCache
Method Summary |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theSource
protected PhysicalDataSource theSource
dimensionality
protected int dimensionality
numAttributes
protected int numAttributes
iterationSpaceBounds
protected ISBounds iterationSpaceBounds
lowerIterationSpaceCoords
protected int[] lowerIterationSpaceCoords
upperIterationSpaceCoords
protected int[] upperIterationSpaceCoords
iterationSpaceDimensions
protected int[] iterationSpaceDimensions
dsSpaceBounds
protected ISBounds dsSpaceBounds
lowerDSSpaceCoords
protected int[] lowerDSSpaceCoords
upperDSSpaceCoords
protected int[] upperDSSpaceCoords
dsSpaceDimensions
protected int[] dsSpaceDimensions
main
public static void main(java.lang.String[] argv)