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.
-
Uses of ByteBlockPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBlockPoolModifier and TypeFieldDescription(package private) final ByteBlockPoolTermsHash.bytePool(package private) final ByteBlockPoolTermsHashPerField.bytePoolprivate final ByteBlockPoolPointValuesWriter.bytes(package private) ByteBlockPoolByteSliceReader.poolprivate final ByteBlockPoolByteSliceWriter.pool(package private) ByteBlockPoolTermsHash.termBytePoolprivate final ByteBlockPoolTermVectorsConsumerPerField.termBytePoolMethods in org.apache.lucene.index with parameters of type ByteBlockPoolModifier and TypeMethodDescriptionvoidByteSliceReader.init(ByteBlockPool pool, int startIndex, int endIndex) Constructors in org.apache.lucene.index with parameters of type ByteBlockPoolModifierConstructorDescriptionByteSliceWriter(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 ByteBlockPoolBytesRefArray.pool(package private) final ByteBlockPoolBytesRefHash.poolConstructors in org.apache.lucene.util with parameters of type ByteBlockPoolModifierConstructorDescriptionBytesRefHash(ByteBlockPool pool) Creates a newBytesRefHashBytesRefHash(ByteBlockPool pool, int capacity, BytesRefHash.BytesStartArray bytesStartArray) Creates a newBytesRefHash