Class SegmentNodeStoreConfiguration.DefaultValues
- java.lang.Object
-
- org.silverpeas.core.jcr.impl.oak.configuration.SegmentNodeStoreConfiguration.DefaultValues
-
- Enclosing class:
- SegmentNodeStoreConfiguration
public static class SegmentNodeStoreConfiguration.DefaultValues extends Object
Default values of the different segment node storage configuration parameters. Parameters that aren't set in the configuration file are automatically valued with these defaults values below.
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPACTION_BACKUP_FILE_AGE_THRESHOLD
static String
COMPACTION_CRON
static boolean
COMPACTION_DISABLE_ESTIMATION
static int
COMPACTION_FORCE_TIMEOUT
static int
COMPACTION_MEMORY_THRESHOLD
static boolean
COMPACTION_PAUSE
static long
COMPACTION_PROGRESS_LOG
static int
COMPACTION_RETRY_COUNT
static long
COMPACTION_SIZE_DELTA_ESTIMATION
static int
MAX_TAR_SIZE
static int
NODE_DEDUPLICATION_CACHE_SIZE
static int
SEGMENT_CACHE_SIZE
static int
STRING_CACHE_SIZE
static int
STRING_DEDUPLICATION_CACHE_SIZE
static int
TEMPLATE_CACHE_SIZE
static int
TEMPLATE_DEDUPLICATION_CACHE_SIZE
-
-
-
Field Detail
-
MAX_TAR_SIZE
public static final int MAX_TAR_SIZE
- See Also:
- Constant Field Values
-
SEGMENT_CACHE_SIZE
public static final int SEGMENT_CACHE_SIZE
- See Also:
- Constant Field Values
-
STRING_CACHE_SIZE
public static final int STRING_CACHE_SIZE
- See Also:
- Constant Field Values
-
TEMPLATE_CACHE_SIZE
public static final int TEMPLATE_CACHE_SIZE
- See Also:
- Constant Field Values
-
STRING_DEDUPLICATION_CACHE_SIZE
public static final int STRING_DEDUPLICATION_CACHE_SIZE
- See Also:
- Constant Field Values
-
TEMPLATE_DEDUPLICATION_CACHE_SIZE
public static final int TEMPLATE_DEDUPLICATION_CACHE_SIZE
- See Also:
- Constant Field Values
-
NODE_DEDUPLICATION_CACHE_SIZE
public static final int NODE_DEDUPLICATION_CACHE_SIZE
- See Also:
- Constant Field Values
-
COMPACTION_PAUSE
public static final boolean COMPACTION_PAUSE
- See Also:
- Constant Field Values
-
COMPACTION_CRON
public static final String COMPACTION_CRON
- See Also:
- Constant Field Values
-
COMPACTION_BACKUP_FILE_AGE_THRESHOLD
public static final int COMPACTION_BACKUP_FILE_AGE_THRESHOLD
- See Also:
- Constant Field Values
-
COMPACTION_RETRY_COUNT
public static final int COMPACTION_RETRY_COUNT
- See Also:
- Constant Field Values
-
COMPACTION_FORCE_TIMEOUT
public static final int COMPACTION_FORCE_TIMEOUT
- See Also:
- Constant Field Values
-
COMPACTION_SIZE_DELTA_ESTIMATION
public static final long COMPACTION_SIZE_DELTA_ESTIMATION
- See Also:
- Constant Field Values
-
COMPACTION_DISABLE_ESTIMATION
public static final boolean COMPACTION_DISABLE_ESTIMATION
- See Also:
- Constant Field Values
-
COMPACTION_MEMORY_THRESHOLD
public static final int COMPACTION_MEMORY_THRESHOLD
- See Also:
- Constant Field Values
-
COMPACTION_PROGRESS_LOG
public static final long COMPACTION_PROGRESS_LOG
- See Also:
- Constant Field Values
-
-