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