public class DistributedIndexOutput
extends org.apache.lucene.store.IndexOutput
| Constructor and Description |
|---|
DistributedIndexOutput(NosqlFile nosqlFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getChecksum() |
long |
getFilePointer() |
void |
writeByte(byte b) |
void |
writeBytes(byte[] b,
int offset,
int length) |
public DistributedIndexOutput(NosqlFile nosqlFile) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class org.apache.lucene.store.IndexOutputjava.io.IOExceptionpublic void flush()
throws java.io.IOException
java.io.IOExceptionpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexOutputpublic void writeByte(byte b)
throws java.io.IOException
writeByte in class org.apache.lucene.store.DataOutputjava.io.IOExceptionpublic void writeBytes(byte[] b,
int offset,
int length)
throws java.io.IOException
writeBytes in class org.apache.lucene.store.DataOutputjava.io.IOExceptionpublic long getChecksum()
throws java.io.IOException
getChecksum in class org.apache.lucene.store.IndexOutputjava.io.IOException