Module org.elasticsearch.server
Class FilterIndexOutput
java.lang.Object
org.apache.lucene.store.DataOutput
org.apache.lucene.store.IndexOutput
org.elasticsearch.common.lucene.store.FilterIndexOutput
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- Direct Known Subclasses:
- VerifyingIndexOutput
public class FilterIndexOutput
extends org.apache.lucene.store.IndexOutput
IndexOutput that delegates all calls to another IndexOutput
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFilterIndexOutput(String resourceDescription, org.apache.lucene.store.IndexOutput out) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()longlongvoidwriteByte(byte b) voidwriteBytes(byte[] b, int offset, int length) Methods inherited from class org.apache.lucene.store.IndexOutputalignFilePointer, alignOffset, getName, toStringMethods inherited from class org.apache.lucene.store.DataOutputcopyBytes, writeBytes, writeInt, writeLong, writeMapOfStrings, writeSetOfStrings, writeShort, writeString, writeVInt, writeVLong, writeZInt, writeZLong
- 
Field Details- 
outprotected final org.apache.lucene.store.IndexOutput out
 
- 
- 
Constructor Details- 
FilterIndexOutput
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- org.apache.lucene.store.IndexOutput
- Throws:
- IOException
 
- 
getFilePointerpublic long getFilePointer()- Specified by:
- getFilePointerin class- org.apache.lucene.store.IndexOutput
 
- 
getChecksum- Specified by:
- getChecksumin class- org.apache.lucene.store.IndexOutput
- Throws:
- IOException
 
- 
writeByte- Specified by:
- writeBytein class- org.apache.lucene.store.DataOutput
- Throws:
- IOException
 
- 
writeBytes- Specified by:
- writeBytesin class- org.apache.lucene.store.DataOutput
- Throws:
- IOException
 
 
-