org.apache.solr.store.hdfs
public class NullIndexOutput extends IndexOutput
| Constructor and Description |
|---|
NullIndexOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getFilePointer() |
long |
length() |
void |
seek(long pos) |
void |
writeByte(byte b) |
void |
writeBytes(byte[] b,
int offset,
int length) |
setLengthcopyBytes, writeBytes, writeInt, writeLong, writeShort, writeString, writeStringSet, writeStringStringMap, writeVInt, writeVLongpublic void close()
throws IOException
close in interface Closeableclose in class IndexOutputIOExceptionpublic void flush()
throws IOException
flush in class IndexOutputIOExceptionpublic long getFilePointer()
getFilePointer in class IndexOutputpublic long length()
throws IOException
length in class IndexOutputIOExceptionpublic void seek(long pos)
throws IOException
seek in class IndexOutputIOExceptionpublic void writeByte(byte b)
throws IOException
writeByte in class DataOutputIOExceptionpublic void writeBytes(byte[] b,
int offset,
int length)
throws IOException
writeBytes in class DataOutputIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.