Class CompressingStoredFieldsIndexReader
- java.lang.Object
-
- org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader
-
- All Implemented Interfaces:
Cloneable,Accountable
public final class CompressingStoredFieldsIndexReader extends Object implements Cloneable, Accountable
Random-access reader forCompressingStoredFieldsIndexWriter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompressingStoredFieldsIndexReaderclone()Collection<Accountable>getChildResources()Returns nested resources of this class.longramBytesUsed()Return the memory usage of this object in bytes.StringtoString()
-
-
-
Method Detail
-
clone
public CompressingStoredFieldsIndexReader clone()
-
ramBytesUsed
public long ramBytesUsed()
Description copied from interface:AccountableReturn the memory usage of this object in bytes. Negative values are illegal.- Specified by:
ramBytesUsedin interfaceAccountable
-
getChildResources
public Collection<Accountable> getChildResources()
Description copied from interface:AccountableReturns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).- Specified by:
getChildResourcesin interfaceAccountable- See Also:
Accountables
-
-