Package uk.ac.starlink.table.storage

RowStore implementations.

See:
          Description

Class Summary
ArrayPrimitiveStore ValueStore implementation which stores primitive values in a normal java array.
DiscardRowStore Minimal implementation of RowStore which throws away the row data it is given.
DiskRowStore Implementation of RowStore which stores data on disk.
ListRowStore Implementation of RowStore which stores data in memory.
 

Package uk.ac.starlink.table.storage Description

RowStore implementations. These are used by StoragePolicy objects to provide actual temporary storage for table data.


Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.