IndexCreationContext.Common |
build() |
|
IndexCreationContext.Builder |
onHeap(boolean onHeap) |
|
IndexCreationContext.Builder |
sorted(boolean sorted) |
|
IndexCreationContext.Builder |
withCardinality(int cardinality) |
|
IndexCreationContext.Builder |
withColumnIndexCreationInfo(ColumnIndexCreationInfo columnIndexCreationInfo) |
|
IndexCreationContext.Builder |
withColumnMetadata(ColumnMetadata columnMetadata) |
|
IndexCreationContext.Builder |
withDictionary(boolean hasDictionary) |
|
IndexCreationContext.Builder |
withFieldSpec(FieldSpec fieldSpec) |
|
IndexCreationContext.Builder |
withforwardIndexDisabled(boolean forwardIndexDisabled) |
|
IndexCreationContext.Builder |
withIndexDir(File indexDir) |
|
IndexCreationContext.Builder |
withLengthOfLongestEntry(int lengthOfLongestEntry) |
|
IndexCreationContext.Builder |
withMaxNumberOfMultiValueElements(int maxNumberOfMultiValueElements) |
|
IndexCreationContext.Builder |
withMaxRowLengthInBytes(int maxRowLengthInBytes) |
|
IndexCreationContext.Builder |
withMaxValue(Comparable<?> maxValue) |
|
IndexCreationContext.Builder |
withMinValue(Comparable<?> minValue) |
|
IndexCreationContext.Builder |
withTotalDocs(int totalDocs) |
|
IndexCreationContext.Builder |
withTotalNumberOfEntries(int totalNumberOfEntries) |
|