public static enum FlatFileNodeStoreBuilder.SortStrategyType extends java.lang.Enum<FlatFileNodeStoreBuilder.SortStrategyType>
Enum Constant and Description |
---|
MULTITHREADED_TRAVERSE_WITH_SORT
System property
FlatFileNodeStoreBuilder.OAK_INDEXER_SORT_STRATEGY_TYPE if set to this value would result in MultithreadedTraverseWithSortStrategy being used. |
STORE_AND_SORT
System property
FlatFileNodeStoreBuilder.OAK_INDEXER_SORT_STRATEGY_TYPE if set to this value would result in StoreAndSortStrategy being used. |
TRAVERSE_WITH_SORT
System property
FlatFileNodeStoreBuilder.OAK_INDEXER_SORT_STRATEGY_TYPE if set to this value would result in TraverseWithSortStrategy being used. |
Modifier and Type | Method and Description |
---|---|
static FlatFileNodeStoreBuilder.SortStrategyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlatFileNodeStoreBuilder.SortStrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlatFileNodeStoreBuilder.SortStrategyType STORE_AND_SORT
FlatFileNodeStoreBuilder.OAK_INDEXER_SORT_STRATEGY_TYPE
if set to this value would result in StoreAndSortStrategy
being used.public static final FlatFileNodeStoreBuilder.SortStrategyType TRAVERSE_WITH_SORT
FlatFileNodeStoreBuilder.OAK_INDEXER_SORT_STRATEGY_TYPE
if set to this value would result in TraverseWithSortStrategy
being used.public static final FlatFileNodeStoreBuilder.SortStrategyType MULTITHREADED_TRAVERSE_WITH_SORT
FlatFileNodeStoreBuilder.OAK_INDEXER_SORT_STRATEGY_TYPE
if set to this value would result in MultithreadedTraverseWithSortStrategy
being used.public static FlatFileNodeStoreBuilder.SortStrategyType[] values()
for (FlatFileNodeStoreBuilder.SortStrategyType c : FlatFileNodeStoreBuilder.SortStrategyType.values()) System.out.println(c);
public static FlatFileNodeStoreBuilder.SortStrategyType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.