|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes an object which can be used to store table data.
If you have a RowStore you can stream table data into it,
and then retrieve it as a random-access StarTable later. This interface
abstracts that functionality so you don't need to worry how the
storage is handled. You should usually obtain a RowStore
instance from a StoragePolicy
.
StoragePolicy
Method Summary | |
StarTable |
getStarTable()
Obtains a StarTable which contains the data and metadata that have been written into this sink. |
Methods inherited from interface uk.ac.starlink.table.TableSink |
acceptMetadata, acceptRow, endRows |
Method Detail |
public StarTable getStarTable()
TableSink.endRows()
; failing to observe this sequence may
earn you an IllegalStateException
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |