| org.compass.needle.gigaspaces.store.GigaSpaceMemIndexOutput
GigaSpaceMemIndexOutput | class GigaSpaceMemIndexOutput extends IndexOutput (Code) | | Only use buckets to write the file to the index. Writes a header file and one
or more buckets that hold the file content.
Allows only seeking to the first bucket, which is what Lucene does with typical
bucket size.
author: kimchy |
getFilePointer | public long getFilePointer()(Code) | | |
writeBytes | public void writeBytes(byte[] b, int offset, int len) throws IOException(Code) | | |
|
|