Uses of Interface
org.apache.lucene.util.Accountable
-
Packages that use Accountable Package Description org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.backward_codecs.packed Legacy PackedInts methodsorg.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.suggest.fst Finite-state based autosuggest.org.apache.lucene.search.suggest.tst Ternary Search Tree based autosuggest.org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes.org.apache.lucene.util.automaton Finite-state automaton for regular expressions.org.apache.lucene.util.fst Finite state transducersorg.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of Accountable in org.apache.lucene.backward_codecs.lucene90
Classes in org.apache.lucene.backward_codecs.lucene90 that implement Accountable Modifier and Type Class Description class
Lucene90HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search. -
Uses of Accountable in org.apache.lucene.backward_codecs.lucene91
Classes in org.apache.lucene.backward_codecs.lucene91 that implement Accountable Modifier and Type Class Description class
Lucene91HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search. -
Uses of Accountable in org.apache.lucene.backward_codecs.packed
Classes in org.apache.lucene.backward_codecs.packed that implement Accountable Modifier and Type Class Description class
LegacyDirectMonotonicReader
Retrieves an instance previously written byLegacyDirectMonotonicWriter
.static class
LegacyDirectMonotonicReader.Meta
In-memory metadata that needs to be kept around forLegacyDirectMonotonicReader
to read data from disk.(package private) class
LegacyPacked64
Immutable version ofPacked64
which is constructed from am existingDataInput
.(package private) class
LegacyPacked64SingleBlock
This class is similar toLegacyPacked64
except that it trades space for speed by ensuring that a single block needs to be read/written in order to read/write a value.(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock1
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock10
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock12
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock16
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock2
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock21
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock3
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock32
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock4
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock5
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock6
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock7
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock8
(package private) static class
LegacyPacked64SingleBlock.Packed64SingleBlock9
-
Uses of Accountable in org.apache.lucene.codecs
Classes in org.apache.lucene.codecs that implement Accountable Modifier and Type Class Description class
KnnVectorsReader
Reads vectors from an index.class
StoredFieldsWriter
Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.class
TermVectorsWriter
Codec API for writing term vectors: For every document,TermVectorsWriter.startDocument(int)
is called, informing the Codec how many fields will be written. -
Uses of Accountable in org.apache.lucene.codecs.blockterms
Classes in org.apache.lucene.codecs.blockterms that implement Accountable Modifier and Type Class Description private class
BlockTermsReader.FieldReader
class
FixedGapTermsIndexReader
TermsIndexReader for simple every Nth terms indexes.private class
FixedGapTermsIndexReader.FieldIndexData
class
TermsIndexReaderBase
BlockTermsReader
interacts with an instance of this class to manage its terms index.class
VariableGapTermsIndexReader
private class
VariableGapTermsIndexReader.FieldIndexData
Methods in org.apache.lucene.codecs.blockterms that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
FixedGapTermsIndexReader.FieldIndexData. getChildResources()
java.util.Collection<Accountable>
FixedGapTermsIndexReader. getChildResources()
java.util.Collection<Accountable>
VariableGapTermsIndexReader.FieldIndexData. getChildResources()
java.util.Collection<Accountable>
VariableGapTermsIndexReader. getChildResources()
-
Uses of Accountable in org.apache.lucene.codecs.bloom
Classes in org.apache.lucene.codecs.bloom that implement Accountable Modifier and Type Class Description class
FuzzySet
A class used to represent a set of many, potentially large, values (e.g. -
Uses of Accountable in org.apache.lucene.codecs.lucene90.compressing
Classes in org.apache.lucene.codecs.lucene90.compressing that implement Accountable Modifier and Type Class Description class
Lucene90CompressingStoredFieldsWriter
class
Lucene90CompressingTermVectorsWriter
Methods in org.apache.lucene.codecs.lucene90.compressing that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
Lucene90CompressingTermVectorsWriter. getChildResources()
-
Uses of Accountable in org.apache.lucene.codecs.lucene92
Classes in org.apache.lucene.codecs.lucene92 that implement Accountable Modifier and Type Class Description class
Lucene92HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search. -
Uses of Accountable in org.apache.lucene.codecs.memory
Classes in org.apache.lucene.codecs.memory that implement Accountable Modifier and Type Class Description private static class
DirectPostingsFormat.DirectField
private static class
DirectPostingsFormat.DirectField.HighFreqTerm
private static class
DirectPostingsFormat.DirectField.LowFreqTerm
private static class
DirectPostingsFormat.DirectField.TermAndSkip
(package private) static class
FSTTermOutputs.TermData
Represents the metadata for one term. -
Uses of Accountable in org.apache.lucene.codecs.perfield
Classes in org.apache.lucene.codecs.perfield that implement Accountable Modifier and Type Class Description static class
PerFieldKnnVectorsFormat.FieldsReader
VectorReader that can wrap multiple delegate readers, selected by field. -
Uses of Accountable in org.apache.lucene.codecs.simpletext
Classes in org.apache.lucene.codecs.simpletext that implement Accountable Modifier and Type Class Description private class
SimpleTextFieldsReader.SimpleTextTerms
class
SimpleTextKnnVectorsReader
Reads vector values from a simple text format.class
SimpleTextStoredFieldsWriter
Writes plain-text stored fields.class
SimpleTextTermVectorsWriter
Writes plain-text term vectors.Methods in org.apache.lucene.codecs.simpletext that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
SimpleTextFieldsReader.SimpleTextTerms. getChildResources()
-
Uses of Accountable in org.apache.lucene.codecs.uniformsplit
Classes in org.apache.lucene.codecs.uniformsplit that implement Accountable Modifier and Type Class Description class
BlockHeader
Block header containing block metadata.class
BlockLine
One term block line.static class
BlockLine.Serializer
Reads/writes block lines with terms encoded incrementally inside a block.class
BlockReader
Seeks the block corresponding to a given term, read the block bytes, and scans the block terms.class
DeltaBaseTermStateSerializer
TermState
serializer which encodes each file pointer as a delta relative to a base file pointer.class
IntersectBlockReader
The "intersect"TermsEnum
response toUniformSplitTerms.intersect(CompiledAutomaton, BytesRef)
, intersecting the terms with an automaton.class
TermBytes
Term of a block line. -
Uses of Accountable in org.apache.lucene.codecs.uniformsplit.sharedterms
Classes in org.apache.lucene.codecs.uniformsplit.sharedterms that implement Accountable Modifier and Type Class Description class
STBlockLine
Represents a term and its details stored in theBlockTermState
.static class
STBlockLine.Serializer
Reads block lines encoded incrementally, with all fields corresponding to the term of the line.class
STBlockReader
Reads terms blocks with the Shared Terms format.class
STIntersectBlockReader
The "intersect"TermsEnum
response toSTUniformSplitTerms.intersect(CompiledAutomaton, BytesRef)
, intersecting the terms with an automaton.class
STMergingBlockReader
-
Uses of Accountable in org.apache.lucene.index
Classes in org.apache.lucene.index that implement Accountable Modifier and Type Class Description (package private) class
BinaryDocValuesFieldUpdates
ADocValuesFieldUpdates
which holds updates of documents, of a singleBinaryDocValuesField
.(package private) class
BufferedUpdates
Holds buffered deletes and updates, by docID, term or query for a single segment.(package private) class
BufferedUpdatesStream
Tracks the stream ofFrozenBufferedUpdates
.class
DocsWithFieldSet
Accumulator for documents that have a value for a field.(package private) class
DocumentsWriter
This class accepts multiple added documents and directly writes segment files.(package private) class
DocumentsWriterDeleteQueue
DocumentsWriterDeleteQueue
is a non-blocking linked pending deletes queue.(package private) class
DocumentsWriterFlushControl
This class controlsDocumentsWriterPerThread
flushing during indexing.(package private) class
DocumentsWriterPerThread
(package private) class
DocValuesFieldUpdates
Holds updates of a single DocValues field, for a set of documents within one segment.(package private) static class
DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
(package private) class
IndexingChain
Default general purpose indexing chain, which handles indexing all types of fields.class
IndexWriter
AnIndexWriter
creates and maintains an index.(package private) class
NumericDocValuesFieldUpdates
ADocValuesFieldUpdates
which holds updates of documents, of a singleNumericDocValuesField
.(package private) static class
NumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdates
class
OrdinalMap
Maps per-segment ordinals to/from global ordinal space, using a compact packed-ints representation.private static class
OrdinalMap.SegmentMap
class
PrefixCodedTerms
Prefix codes term instances (prefixes are shared).class
Term
A Term represents a word from text.Fields in org.apache.lucene.index declared as Accountable Modifier and Type Field Description (package private) Accountable
StoredFieldsConsumer. accountable
(package private) Accountable
TermVectorsConsumer. accountable
Methods in org.apache.lucene.index that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
DocumentsWriterPerThread. getChildResources()
java.util.Collection<Accountable>
IndexingChain. getChildResources()
java.util.Collection<Accountable>
OrdinalMap. getChildResources()
-
Uses of Accountable in org.apache.lucene.sandbox.search
Classes in org.apache.lucene.sandbox.search that implement Accountable Modifier and Type Class Description class
CombinedFieldQuery
AQuery
that treats multiple fields as a single stream and scores terms as if you had indexed them as a single term in a single field.class
CoveringQuery
AQuery
that allows to have a configurable number or required matches per document.class
DocValuesNumbersQuery
LikeDocValuesTermsQuery
, but this query only runs on a longNumericDocValuesField
or aSortedNumericDocValuesField
, matching all documents whose value in the specified field is contained in the provided set of long values.class
DocValuesTermsQuery
AQuery
that only accepts documents whose term value in the specified field is contained in the provided set of allowed terms.(package private) class
LongHashSet
class
TermAutomatonQuery
A proximity query that lets you express an automaton, whose transitions are terms, to match documents.(package private) static class
TermAutomatonScorer.TermRunAutomaton
-
Uses of Accountable in org.apache.lucene.search
Classes in org.apache.lucene.search that implement Accountable Modifier and Type Class Description class
AutomatonQuery
AQuery
that will match terms against a finite-state machine.class
DocIdSet
A DocIdSet contains a set of doc ids.class
LRUQueryCache
AQueryCache
that evicts queries using a LRU (least-recently-used) eviction policy in order to remain under a given maximum size and number of bytes used.protected static class
LRUQueryCache.CacheAndCount
Cache of doc ids with a count.private class
LRUQueryCache.LeafCache
(package private) class
MultiTermQueryConstantScoreWrapper<Q extends MultiTermQuery>
This class also provides the functionality behindMultiTermQuery.CONSTANT_SCORE_REWRITE
.class
PointInSetQuery
Abstract query class to find all documents whose single or multi-dimensional point values, previously indexed with e.g.class
PrefixQuery
A Query that matches documents containing terms with a specified prefix.class
RegexpQuery
A fast regular expression query based on theorg.apache.lucene.util.automaton
package.class
TermInSetQuery
Specialization for a disjunction over many terms that behaves like aConstantScoreQuery
over aBooleanQuery
containing onlyBooleanClause.Occur.SHOULD
clauses.class
TermRangeQuery
A Query that matches documents within an range of terms.class
WildcardQuery
Implements the wildcard search query.Methods in org.apache.lucene.search that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
LRUQueryCache. getChildResources()
java.util.Collection<Accountable>
TermInSetQuery. getChildResources()
-
Uses of Accountable in org.apache.lucene.search.join
Classes in org.apache.lucene.search.join that implement Accountable Modifier and Type Class Description (package private) class
GlobalOrdinalsQuery
(package private) class
GlobalOrdinalsWithScoreQuery
(package private) class
PointInSetIncludingScoreQuery
(package private) class
TermsIncludingScoreQuery
(package private) class
TermsQuery
A query that has an array of terms from a specific field. -
Uses of Accountable in org.apache.lucene.search.suggest
Classes in org.apache.lucene.search.suggest that implement Accountable Modifier and Type Class Description class
Lookup
Simple Lookup interface forCharSequence
suggestions. -
Uses of Accountable in org.apache.lucene.search.suggest.analyzing
Classes in org.apache.lucene.search.suggest.analyzing that implement Accountable Modifier and Type Class Description class
AnalyzingInfixSuggester
Analyzes the input text and then suggests matches based on prefix matches to any tokens in the indexed text.class
AnalyzingSuggester
Suggester that first analyzes the surface form, adds the analyzed form to a weighted FST, and then does the same thing at lookup time.class
BlendedInfixSuggester
Extension of the AnalyzingInfixSuggester which transforms the weight after search to take into account the position of the searched term into the indexed text.class
FreeTextSuggester
Builds an ngram model from the text sent toFreeTextSuggester.build(org.apache.lucene.search.suggest.InputIterator)
and predicts based on the last grams-1 tokens in the request sent toFreeTextSuggester.lookup(java.lang.CharSequence, boolean, int)
.class
FuzzySuggester
Implements a fuzzyAnalyzingSuggester
.Methods in org.apache.lucene.search.suggest.analyzing that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
AnalyzingSuggester. getChildResources()
java.util.Collection<Accountable>
FreeTextSuggester. getChildResources()
-
Uses of Accountable in org.apache.lucene.search.suggest.document
Classes in org.apache.lucene.search.suggest.document that implement Accountable Modifier and Type Class Description (package private) class
CompletionFieldsProducer
Completion index (.cmp) is opened and read at instantiation to read inSuggestField
numbers and their FST offsets in the Completion dictionary (.lkp).class
CompletionsTermsReader
Holder for suggester and field-level info for a suggest fieldclass
ContextQuery
ACompletionQuery
that matches documents specified by a wrappedCompletionQuery
supporting boosting and/or filtering by specified contexts.class
NRTSuggester
NRTSuggester executes Top N search on a weighted FST specified by aCompletionScorer
Methods in org.apache.lucene.search.suggest.document that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
CompletionFieldsProducer. getChildResources()
java.util.Collection<Accountable>
CompletionsTermsReader. getChildResources()
java.util.Collection<Accountable>
NRTSuggester. getChildResources()
-
Uses of Accountable in org.apache.lucene.search.suggest.fst
Classes in org.apache.lucene.search.suggest.fst that implement Accountable Modifier and Type Class Description class
FSTCompletionLookup
An adapter fromLookup
API toFSTCompletion
.class
WFSTCompletionLookup
Suggester based on a weighted FST: it first traverses the prefix, then walks the n shortest paths to retrieve top-ranked suggestions.Methods in org.apache.lucene.search.suggest.fst that return types with arguments of type Accountable Modifier and Type Method Description java.util.Collection<Accountable>
FSTCompletionLookup. getChildResources()
java.util.Collection<Accountable>
WFSTCompletionLookup. getChildResources()
-
Uses of Accountable in org.apache.lucene.search.suggest.tst
Classes in org.apache.lucene.search.suggest.tst that implement Accountable Modifier and Type Class Description class
TSTLookup
Suggest implementation based on a Ternary Search Tree -
Uses of Accountable in org.apache.lucene.spatial3d
Classes in org.apache.lucene.spatial3d that implement Accountable Modifier and Type Class Description (package private) class
PointInGeo3DShapeQuery
Finds all previously indexed points that fall within the specified polygon. -
Uses of Accountable in org.apache.lucene.store
Classes in org.apache.lucene.store that implement Accountable Modifier and Type Class Description class
ByteBuffersDataInput
class
ByteBuffersDataOutput
ADataOutput
storing data in a list ofByteBuffer
s.class
NRTCachingDirectory
Wraps a RAM-resident directory around any provided delegate directory, to be used during NRT search. -
Uses of Accountable in org.apache.lucene.util
Classes in org.apache.lucene.util that implement Accountable Modifier and Type Class Description class
BitDocIdSet
class
BitSet
Base implementation for a bit set.class
ByteBlockPool
Class that Posting and PostingVector use to write byte streams into shared fixed-size byte[] arrays.static class
BytesRefArray.SortState
Used to iterate the elements of an array in a given order.class
BytesRefHash
BytesRefHash
is a special purpose hash-map like data-structure optimized forBytesRef
instances.class
FixedBitSet
BitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()
) long[], accessed with an int index, implementingBits
andDocIdSet
.class
FrequencyTrackingRingBuffer
A ring buffer that tracks the frequency of the integers that it contains.private static class
FrequencyTrackingRingBuffer.IntBag
A bag of integers.(package private) class
IntArrayDocIdSet
class
LongBitSet
BitSet of fixed length (numBits), backed by accessible (LongBitSet.getBits()
) long[], accessed with a long index.class
NotDocIdSet
class
PagedBytes
Represents a logical byte[] as a series of pages.static class
PagedBytes.Reader
Provides methods to read BytesRefs from a frozen PagedBytes.class
RoaringDocIdSet
DocIdSet
implementation inspired from http://roaringbitmap.org/private static class
RoaringDocIdSet.ShortArrayDocIdSet
DocIdSet
implementation that can store documents up to 2^16-1 in a short[].class
SparseFixedBitSet
A bit set that only stores longs that have at least one bit which is set.Fields in org.apache.lucene.util declared as Accountable Modifier and Type Field Description static Accountable
Accountable. NULL_ACCOUNTABLE
An accountable that always returns 0Methods in org.apache.lucene.util that return Accountable Modifier and Type Method Description static Accountable
Accountables. namedAccountable(java.lang.String description, long bytes)
Returns an accountable with the provided description and bytes.static Accountable
Accountables. namedAccountable(java.lang.String description, java.util.Collection<Accountable> children, long bytes)
Returns an accountable with the provided description, children and bytes.static Accountable
Accountables. namedAccountable(java.lang.String description, Accountable in)
Augments an existing accountable with the provided description.Methods in org.apache.lucene.util that return types with arguments of type Accountable Modifier and Type Method Description default java.util.Collection<Accountable>
Accountable. getChildResources()
Returns nested resources of this class.static java.util.Collection<Accountable>
Accountables. namedAccountables(java.lang.String prefix, java.util.Map<?,? extends Accountable> in)
Converts a map of resources to a collection.Methods in org.apache.lucene.util with parameters of type Accountable Modifier and Type Method Description static Accountable
Accountables. namedAccountable(java.lang.String description, Accountable in)
Augments an existing accountable with the provided description.static long
RamUsageEstimator. sizeOf(Accountable accountable)
Returns the size in bytes of theAccountable
object, using itsramBytesUsed()
method.static long
RamUsageEstimator. sizeOf(Accountable[] accountables)
Return the size of the provided array ofAccountable
s by summing up the shallow size of the array and thememory usage
reported by eachAccountable
.private static java.lang.StringBuilder
Accountables. toString(java.lang.StringBuilder dest, Accountable a, int depth)
static java.lang.String
Accountables. toString(Accountable a)
Returns a String description of an Accountable and any nested resources.Method parameters in org.apache.lucene.util with type arguments of type Accountable Modifier and Type Method Description static Accountable
Accountables. namedAccountable(java.lang.String description, java.util.Collection<Accountable> children, long bytes)
Returns an accountable with the provided description, children and bytes.static java.util.Collection<Accountable>
Accountables. namedAccountables(java.lang.String prefix, java.util.Map<?,? extends Accountable> in)
Converts a map of resources to a collection. -
Uses of Accountable in org.apache.lucene.util.automaton
Classes in org.apache.lucene.util.automaton that implement Accountable Modifier and Type Class Description class
Automaton
Represents an automaton and all its states and transitions.class
ByteRunAutomaton
Automaton representation for matching UTF-8 byte[].class
CharacterRunAutomaton
Automaton representation for matching char[].class
CompiledAutomaton
Immutable class holding compiled details for a given Automaton.class
RunAutomaton
Finite-state automaton with fast run operation. -
Uses of Accountable in org.apache.lucene.util.fst
Subinterfaces of Accountable in org.apache.lucene.util.fst Modifier and Type Interface Description interface
FSTStore
Abstraction for reading/writing bytes necessary for FST.Classes in org.apache.lucene.util.fst that implement Accountable Modifier and Type Class Description (package private) class
BytesStore
class
FST<T>
Represents an finite state machine (FST), using a compact byte[] format.class
OffHeapFSTStore
Provides off heap storage of finite state machine (FST), using underlying index input instead of byte store on heapclass
OnHeapFSTStore
Provides storage of finite state machine (FST), using byte array or byte store allocated on heap. -
Uses of Accountable in org.apache.lucene.util.packed
Classes in org.apache.lucene.util.packed that implement Accountable Modifier and Type Class Description class
AbstractPagedMutable<T extends AbstractPagedMutable<T>>
Base implementation forPagedMutable
andPagedGrowableWriter
.(package private) class
DeltaPackedLongValues
(package private) static class
DeltaPackedLongValues.Builder
class
DirectMonotonicReader
Retrieves an instance previously written byDirectMonotonicWriter
.static class
DirectMonotonicReader.Meta
In-memory metadata that needs to be kept around forDirectMonotonicReader
to read data from disk.(package private) class
DirectPacked64SingleBlockReader
(package private) class
DirectPackedReader
class
GrowableWriter
ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.class
MonotonicBlockPackedReader
Provides random access to a stream written withMonotonicBlockPackedWriter
.(package private) class
MonotonicLongValues
(package private) static class
MonotonicLongValues.Builder
(package private) class
Packed64
Space optimized random access capable array of values with a fixed number of bits/value.(package private) class
Packed64SingleBlock
This class is similar toPacked64
except that it trades space for speed by ensuring that a single block needs to be read/written in order to read/write a value.(package private) static class
Packed64SingleBlock.Packed64SingleBlock1
(package private) static class
Packed64SingleBlock.Packed64SingleBlock10
(package private) static class
Packed64SingleBlock.Packed64SingleBlock12
(package private) static class
Packed64SingleBlock.Packed64SingleBlock16
(package private) static class
Packed64SingleBlock.Packed64SingleBlock2
(package private) static class
Packed64SingleBlock.Packed64SingleBlock21
(package private) static class
Packed64SingleBlock.Packed64SingleBlock3
(package private) static class
Packed64SingleBlock.Packed64SingleBlock32
(package private) static class
Packed64SingleBlock.Packed64SingleBlock4
(package private) static class
Packed64SingleBlock.Packed64SingleBlock5
(package private) static class
Packed64SingleBlock.Packed64SingleBlock6
(package private) static class
Packed64SingleBlock.Packed64SingleBlock7
(package private) static class
Packed64SingleBlock.Packed64SingleBlock8
(package private) static class
Packed64SingleBlock.Packed64SingleBlock9
static class
PackedInts.Mutable
A packed integer array that can be modified.(package private) static class
PackedInts.MutableImpl
static class
PackedInts.NullReader
APackedInts.Reader
which has all its values equal to 0 (bitsPerValue = 0).static class
PackedInts.Reader
A read-only random access array of positive integers.(package private) static class
PackedInts.ReaderImpl
A simple base for Readers that keeps track of valueCount and bitsPerValue.class
PackedLongValues
Utility class to compress integers into aLongValues
instance.static class
PackedLongValues.Builder
A Builder for aPackedLongValues
instance.class
PagedGrowableWriter
class
PagedMutable
APagedMutable
.
-