Package uk.ac.starlink.table.storage

RowStore implementations.

See:
          Description

Class Summary
ArrayPrimitiveStore ValueStore implementation which stores primitive values in a normal java array.
DiscardByteStore ByteStore implementation which discards bytes.
DiscardRowStore Minimal implementation of RowStore which throws away the row data it is given.
DiskRowStore Implementation of RowStore which stores data on disk.
FileByteStore ByteStore implementation which uses a temporary file.
ListRowStore Implementation of RowStore which stores data in memory.
MemoryByteStore ByteStore implementation which stores bytes in a buffer in memory.
SidewaysRowStore RowStore implementation which stores data cell data in a column-oriented fashion, so that members of the same column, rather than of the same row, are stored contiguously on disk.
 

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.