Class MassIndexingJobParameters.Defaults
- java.lang.Object
-
- org.hibernate.search.batch.jsr352.core.massindexing.MassIndexingJobParameters.Defaults
-
- Enclosing class:
- MassIndexingJobParameters
public static final class MassIndexingJobParameters.Defaults extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.hibernate.CacheMode
CACHE_MODE
static int
CHECKPOINT_INTERVAL_DEFAULT_RAW
static int
ID_FETCH_SIZE
static boolean
MERGE_SEGMENTS_AFTER_PURGE
static boolean
MERGE_SEGMENTS_ON_FINISH
static boolean
PURGE_ALL_ON_START
static int
ROWS_PER_PARTITION
static int
SESSION_CLEAR_INTERVAL_DEFAULT_RAW
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
checkpointInterval(Integer checkpointIntervalRaw, Integer rowsPerPartition)
static int
sessionClearInterval(Integer sessionClearIntervalRaw, Integer checkpointInterval)
-
-
-
Field Detail
-
ID_FETCH_SIZE
public static final int ID_FETCH_SIZE
- See Also:
- Constant Field Values
-
CACHE_MODE
public static final org.hibernate.CacheMode CACHE_MODE
-
MERGE_SEGMENTS_ON_FINISH
public static final boolean MERGE_SEGMENTS_ON_FINISH
- See Also:
- Constant Field Values
-
MERGE_SEGMENTS_AFTER_PURGE
public static final boolean MERGE_SEGMENTS_AFTER_PURGE
- See Also:
- Constant Field Values
-
PURGE_ALL_ON_START
public static final boolean PURGE_ALL_ON_START
- See Also:
- Constant Field Values
-
ROWS_PER_PARTITION
public static final int ROWS_PER_PARTITION
- See Also:
- Constant Field Values
-
CHECKPOINT_INTERVAL_DEFAULT_RAW
public static final int CHECKPOINT_INTERVAL_DEFAULT_RAW
- See Also:
- Constant Field Values
-
SESSION_CLEAR_INTERVAL_DEFAULT_RAW
public static final int SESSION_CLEAR_INTERVAL_DEFAULT_RAW
- See Also:
- Constant Field Values
-
-