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