public static class FieldCacheImpl.SortedDocValuesImpl extends java.lang.Object implements Accountable
Modifier and Type | Field and Description |
---|---|
private PagedBytes.Reader |
bytes |
private PackedInts.Reader |
docToTermOrd |
private int |
numOrd |
private PackedLongValues |
termOrdToBytesOffset |
Constructor and Description |
---|
SortedDocValuesImpl(PagedBytes.Reader bytes,
PackedLongValues termOrdToBytesOffset,
PackedInts.Reader docToTermOrd,
int numOrd) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Accountable> |
getChildResources()
Returns nested resources of this class.
|
SortedDocValues |
iterator() |
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
private final PagedBytes.Reader bytes
private final PackedLongValues termOrdToBytesOffset
private final PackedInts.Reader docToTermOrd
private final int numOrd
public SortedDocValuesImpl(PagedBytes.Reader bytes, PackedLongValues termOrdToBytesOffset, PackedInts.Reader docToTermOrd, int numOrd)
public SortedDocValues iterator()
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable
public java.util.Collection<Accountable> getChildResources()
Accountable
getChildResources
in interface Accountable
Accountables