Module org.apache.lucene.misc
Package org.apache.lucene.misc.index
Class BPIndexReorderer.ForwardIndexSorter.Bucket
- java.lang.Object
-
- org.apache.lucene.misc.index.BPIndexReorderer.ForwardIndexSorter.Bucket
-
- Enclosing class:
- BPIndexReorderer.ForwardIndexSorter
private static class BPIndexReorderer.ForwardIndexSorter.Bucket extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
blockNum
private long[]
buffer
private int
bufferUsed
private int
finalBlockSize
private ByteBuffersDataOutput
fps
private long
lastFp
private IndexOutput
output
-
Constructor Summary
Constructors Modifier Constructor Description private
Bucket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
addEntry(long l)
private void
flush(boolean isFinal)
private void
reset(IndexOutput resetOutput)
-
-
-
Field Detail
-
fps
private final ByteBuffersDataOutput fps
-
buffer
private final long[] buffer
-
output
private IndexOutput output
-
bufferUsed
private int bufferUsed
-
blockNum
private int blockNum
-
lastFp
private long lastFp
-
finalBlockSize
private int finalBlockSize
-
-
Method Detail
-
addEntry
private void addEntry(long l) throws java.io.IOException
- Throws:
java.io.IOException
-
flush
private void flush(boolean isFinal) throws java.io.IOException
- Throws:
java.io.IOException
-
reset
private void reset(IndexOutput resetOutput)
-
-