Uses of Class
org.apache.lucene.util.OfflineSorter.BufferSize
Packages that use OfflineSorter.BufferSize
-
Uses of OfflineSorter.BufferSize in org.apache.lucene.util
Fields in org.apache.lucene.util declared as OfflineSorter.BufferSizeModifier and TypeFieldDescriptionprivate final OfflineSorter.BufferSize
OfflineSorter.ramBufferSize
Methods in org.apache.lucene.util that return OfflineSorter.BufferSizeModifier and TypeMethodDescriptionstatic OfflineSorter.BufferSize
OfflineSorter.BufferSize.automatic()
Approximately half of the currently available free heap, but no less thanOfflineSorter.ABSOLUTE_MIN_SORT_BUFFER_SIZE
.static OfflineSorter.BufferSize
OfflineSorter.BufferSize.megabytes
(long mb) Creates aOfflineSorter.BufferSize
in MB.Constructors in org.apache.lucene.util with parameters of type OfflineSorter.BufferSizeModifierConstructorDescriptionOfflineSorter
(Directory dir, String tempFileNamePrefix, Comparator<BytesRef> comparator, OfflineSorter.BufferSize ramBufferSize, int maxTempfiles, int valueLength, ExecutorService exec, int maxPartitionsInRAM) All-details constructor.