Uses of Class
org.apache.lucene.util.ByteBlockPool
-
Packages that use ByteBlockPool Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.util Some utility classes.org.apache.lucene.util.fst Finite state transducers -
-
Uses of ByteBlockPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBlockPool Modifier and Type Field Description (package private) ByteBlockPool
TermsHash. bytePool
(package private) ByteBlockPool
TermsHashPerField. bytePool
(package private) ByteBlockPool
IndexingChain. docValuesBytePool
private ByteBlockPool
BufferedUpdates.DeletedTerms. pool
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 ByteBlockPool Modifier and Type Method Description (package private) ByteBlockPool
BufferedUpdates.DeletedTerms. getPool()
Visible for testing.Methods in org.apache.lucene.index with parameters of type ByteBlockPool Modifier and Type Method Description void
ByteSliceReader. init(ByteBlockPool pool, int startIndex, int endIndex)
Constructors in org.apache.lucene.index with parameters of type ByteBlockPool Constructor Description ByteSlicePool(ByteBlockPool pool)
BytesRefIntMap(ByteBlockPool pool, Counter counter)
SortedDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed, ByteBlockPool pool)
SortedSetDocValuesWriter(FieldInfo fieldInfo, Counter iwBytesUsed, ByteBlockPool pool)
TermsHashPerField(int streamCount, IntBlockPool intPool, ByteBlockPool bytePool, ByteBlockPool termBytePool, Counter bytesUsed, TermsHashPerField nextPerField, java.lang.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 ByteBlockPool Modifier and Type Field Description private ByteBlockPool
MemoryIndex. byteBlockPool
Constructors in org.apache.lucene.index.memory with parameters of type ByteBlockPool Constructor Description Info(FieldInfo fieldInfo, ByteBlockPool byteBlockPool)
-
Uses of ByteBlockPool in org.apache.lucene.util
Fields in org.apache.lucene.util declared as ByteBlockPool Modifier and Type Field Description private ByteBlockPool
BytesRefBlockPool. byteBlockPool
private ByteBlockPool
BytesRefArray. pool
Methods in org.apache.lucene.util with parameters of type ByteBlockPool Modifier and Type Method Description void
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 ByteBlockPool Constructor Description BytesRefBlockPool(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 ByteBlockPool Modifier and Type Field Description private ByteBlockPool
ByteBlockPoolReverseBytesReader. buf
private ByteBlockPool
NodeHash.PagedGrowableHash. copiedNodes
Constructors in org.apache.lucene.util.fst with parameters of type ByteBlockPool Constructor Description ByteBlockPoolReverseBytesReader(ByteBlockPool buf)
-