Class IndexerConfiguration
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.IndexerConfiguration
-
public class IndexerConfiguration extends Object
Indexer configuration for parallel indexing
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_OAK_INDEXER_MIN_SPLIT_THRESHOLD
static String
PROP_OAK_INDEXER_PARALLEL_INDEX
static String
PROP_OAK_INDEXER_THREAD_POOL_SIZE
static String
PROP_SPLIT_STORE_SIZE
System property for specifying number of FlatFileStore to be split into.
-
Constructor Summary
Constructors Constructor Description IndexerConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
indexThreadPoolSize()
static long
minSplitThreshold()
static boolean
parallelIndexEnabled()
static long
splitSize()
-
-
-
Field Detail
-
PROP_OAK_INDEXER_THREAD_POOL_SIZE
public static final String PROP_OAK_INDEXER_THREAD_POOL_SIZE
- See Also:
- Constant Field Values
-
PROP_OAK_INDEXER_MIN_SPLIT_THRESHOLD
public static final String PROP_OAK_INDEXER_MIN_SPLIT_THRESHOLD
- See Also:
- Constant Field Values
-
PROP_SPLIT_STORE_SIZE
public static final String PROP_SPLIT_STORE_SIZE
System property for specifying number of FlatFileStore to be split into.- See Also:
- Constant Field Values
-
PROP_OAK_INDEXER_PARALLEL_INDEX
public static final String PROP_OAK_INDEXER_PARALLEL_INDEX
- See Also:
- Constant Field Values
-
-