public class LRUCache extends BlockCache
Modifier and Type | Field and Description |
---|---|
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 |
cacheBlockBounds, cacheBlockDimensions, numCacheBlocks, partitioningDimensions, spacePartitioning, spacePartitioningOrdering
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv) |
tagToBounds, tagToPartitioningCoords
protected PhysicalDataSource theSource
protected int dimensionality
protected int numAttributes
protected ISBounds iterationSpaceBounds
protected int[] lowerIterationSpaceCoords
protected int[] upperIterationSpaceCoords
protected int[] iterationSpaceDimensions
protected ISBounds dsSpaceBounds
protected int[] lowerDSSpaceCoords
protected int[] upperDSSpaceCoords
protected int[] dsSpaceDimensions