| org.compass.needle.gigaspaces.store.GigaSpaceFileIndexOutput
GigaSpaceFileIndexOutput | class GigaSpaceFileIndexOutput extends BufferedIndexOutput (Code) | | Writes the output to a file and then when closed will flush it to the Space.
Not optimial, but allows for random seeking outside of just the first bucket.
Not used since Lucene only seeks to the first buffer (with proper bucket size).
author: kimchy |
Method Summary | |
public void | close() | public void | flushBuffer(byte[] b, int offset, int size) | public long | length() | public void | seek(long pos) |
flushBuffer | public void flushBuffer(byte[] b, int offset, int size) throws IOException(Code) | | output methods:
|
|
|