edu.unh.sdb.datasource
Class LRUCache

java.lang.Object
  extended by edu.unh.sdb.datasource.BlockCache
      extended by edu.unh.sdb.datasource.LRUCache

public class LRUCache
extends BlockCache


Field Summary
protected  int dimensionality
           
protected  ISBounds dsSpaceBounds
           
protected  int[] dsSpaceDimensions
           
protected  ISBounds iterationSpaceBounds
           
protected  int[] iterationSpaceDimensions
           
protected  int[] lowerDSSpaceCoords
           
protected  int[] lowerIterationSpaceCoords
           
protected  int numAttributes
           
protected  PhysicalDataSource theSource
           
protected  int[] upperDSSpaceCoords
           
protected  int[] upperIterationSpaceCoords
           
 
Fields inherited from class edu.unh.sdb.datasource.BlockCache
cacheBlockBounds, cacheBlockDimensions, numCacheBlocks, partitioningDimensions, spacePartitioning, spacePartitioningOrdering
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class edu.unh.sdb.datasource.BlockCache
tagToBounds, tagToPartitioningCoords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

main

public static void main(java.lang.String[] argv)