org.compass.needle.terracotta
Class FlushOnCloseTerracottaIndexOutput
java.lang.Object
org.apache.lucene.store.IndexOutput
org.compass.needle.terracotta.FlushOnCloseTerracottaIndexOutput
public class FlushOnCloseTerracottaIndexOutput
- extends IndexOutput
A terracotta index output that only adds the file when the output is closed.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushOnCloseTerracottaIndexOutput
FlushOnCloseTerracottaIndexOutput(TerracottaDirectory dir,
String name)
writeByte
public void writeByte(byte b)
throws IOException
- Specified by:
writeByte in class IndexOutput
- Throws:
IOException
writeBytes
public void writeBytes(byte[] b,
int offset,
int len)
throws IOException
- Specified by:
writeBytes in class IndexOutput
- Throws:
IOException
getFilePointer
public long getFilePointer()
- Specified by:
getFilePointer in class IndexOutput
flush
public void flush()
throws IOException
- Specified by:
flush in class IndexOutput
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in class IndexOutput
- Throws:
IOException
length
public long length()
- Specified by:
length in class IndexOutput
seek
public void seek(long pos)
throws IOException
- Specified by:
seek in class IndexOutput
- Throws:
IOException
Copyright (c) 2004-2008 The Compass Project.