Uses of Class
org.apache.lucene.util.ByteBlockPool
Packages that use ByteBlockPool
Package
Description
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Some utility classes.
Finite state transducers
-
Uses of ByteBlockPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBlockPoolModifier and TypeFieldDescription(package private) final ByteBlockPool
TermsHash.bytePool
(package private) final ByteBlockPool
TermsHashPerField.bytePool
(package private) final ByteBlockPool
IndexingChain.docValuesBytePool
private final ByteBlockPool
BufferedUpdates.DeletedTerms.pool
final ByteBlockPool
ByteSlicePool.pool
The underlying structure consists of fixed-size blocks.(package private) ByteBlockPool
ByteSliceReader.pool
(package private) ByteBlockPool
TermsHash.termBytePool
Methods in org.apache.lucene.index that return ByteBlockPoolModifier and TypeMethodDescription(package private) ByteBlockPool
BufferedUpdates.DeletedTerms.getPool()
Visible for testing.Methods in org.apache.lucene.index with parameters of type ByteBlockPoolModifier and TypeMethodDescriptionvoid
ByteSliceReader.init
(ByteBlockPool pool, int startIndex, int endIndex) Constructors in org.apache.lucene.index with parameters of type ByteBlockPoolModifierConstructorDescriptionByteSlicePool
(ByteBlockPool pool) private
BytesRefIntMap
(ByteBlockPool pool, Counter counter) SortedDocValuesWriter
(FieldInfo fieldInfo, Counter iwBytesUsed, ByteBlockPool pool) (package private)
SortedSetDocValuesWriter
(FieldInfo fieldInfo, Counter iwBytesUsed, ByteBlockPool pool) (package private)
TermsHashPerField
(int streamCount, IntBlockPool intPool, ByteBlockPool bytePool, ByteBlockPool termBytePool, Counter bytesUsed, TermsHashPerField nextPerField, String fieldName, IndexOptions indexOptions) streamCount: how many streams this field stores per term. -
Uses of ByteBlockPool in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as ByteBlockPoolConstructors in org.apache.lucene.index.memory with parameters of type ByteBlockPool -
Uses of ByteBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as ByteBlockPoolModifier and TypeFieldDescriptionprivate final ByteBlockPool
BytesRefBlockPool.byteBlockPool
private final ByteBlockPool
BytesRefArray.pool
Methods in org.apache.lucene.util with parameters of type ByteBlockPoolModifier and TypeMethodDescriptionvoid
ByteBlockPool.append
(ByteBlockPool srcPool, long srcOffset, int length) Append the bytes from a sourceByteBlockPool
at a given offset and lengthprivate void
ByteBlockPool.appendBytesSingleBuffer
(ByteBlockPool srcPool, long srcOffset, int length) Constructors in org.apache.lucene.util with parameters of type ByteBlockPoolModifierConstructorDescriptionBytesRefBlockPool
(ByteBlockPool byteBlockPool) BytesRefHash
(ByteBlockPool pool) Creates a newBytesRefHash
BytesRefHash
(ByteBlockPool pool, int capacity, BytesRefHash.BytesStartArray bytesStartArray) Creates a newBytesRefHash
-
Uses of ByteBlockPool in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as ByteBlockPoolModifier and TypeFieldDescriptionprivate final ByteBlockPool
ByteBlockPoolReverseBytesReader.buf
private final ByteBlockPool
NodeHash.PagedGrowableHash.copiedNodes
Constructors in org.apache.lucene.util.fst with parameters of type ByteBlockPool