Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.incrementalstore.IncrementalStoreBuilder.IncrementalSortStrategyType
-
Packages that use IncrementalStoreBuilder.IncrementalSortStrategyType Package Description org.apache.jackrabbit.oak.index.indexer.document.incrementalstore -
-
Uses of IncrementalStoreBuilder.IncrementalSortStrategyType in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore
Methods in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore that return IncrementalStoreBuilder.IncrementalSortStrategyType Modifier and Type Method Description static IncrementalStoreBuilder.IncrementalSortStrategyTypeIncrementalStoreBuilder.IncrementalSortStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static IncrementalStoreBuilder.IncrementalSortStrategyType[]IncrementalStoreBuilder.IncrementalSortStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore with parameters of type IncrementalStoreBuilder.IncrementalSortStrategyType Modifier and Type Method Description IncrementalStoreBuilderIncrementalStoreBuilder. withSortStrategyType(IncrementalStoreBuilder.IncrementalSortStrategyType sortStrategyType)
-