[kepler-dev] [Bug 1909] - generalize cache manager to provide support for very large data files

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Feb 3 12:26:01 PST 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=1909

kruland at ku.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From kruland at ku.edu  2006-02-03 12:26 -------
The two types of cache objects which provide access to the raw file:
RawDataCacheObject and DataCacheFileObject, both will give direct access to the
File object.  This object should be used along with java.nio to provide random
buffered access to files.  The actual manipuation of the buffers will be highly
dependent on the data in the files and cannot be abstracted to the cache layer.


More information about the Kepler-dev mailing list