public static class FieldCacheImpl.SortedDocValuesImpl extends Object implements Accountable
Modifier and Type | Class and Description |
---|---|
class |
FieldCacheImpl.SortedDocValuesImpl.Iter |
Constructor and Description |
---|
SortedDocValuesImpl(PagedBytes.Reader bytes,
PackedLongValues termOrdToBytesOffset,
PackedInts.Reader docToTermOrd,
int numOrd) |
Modifier and Type | Method and Description |
---|---|
Collection<Accountable> |
getChildResources() |
SortedDocValues |
iterator() |
long |
ramBytesUsed() |
public SortedDocValuesImpl(PagedBytes.Reader bytes, PackedLongValues termOrdToBytesOffset, PackedInts.Reader docToTermOrd, int numOrd)
public SortedDocValues iterator()
public long ramBytesUsed()
ramBytesUsed
in interface Accountable
public Collection<Accountable> getChildResources()
getChildResources
in interface Accountable
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.