public enum CompactMode extends Enum<CompactMode>
Enum Constant and Description |
---|
ARCHIVE
Archive/delete, then compact the database
|
ARCHIVE_ONLY
Just archive/delete, no need to compact
|
COMPRESS_DATA_DOCS
TRUE if all data note non-summary should be compressed
|
COMPRESS_DESIGN_NS
TRUE if design note non-summary should be compressed
|
COPY_REPLICA
Create a new replica in the copy style compact
|
DISABLE_FORM_BKT_OPT
Diable form/bucket bitmap optimization (default)
|
DISABLE_LARGE_UNKTBL
Disable large UNK table in destination database (default)
|
DISABLE_RESPONSE_INFO
Disable response info in resulting database
|
DISABLE_TXN_LOGGING
If set, disable transaction logging for new database
|
DISABLE_UNREAD
Disable unread marks in destination database
|
ENABLE_ENCRYPTION
for copy style compaction, force "new" target to be encrypted even if source db is not
|
ENABLE_FORM_BKT_OPT
Enable form/bucket bitmap optimization
|
ENABLE_LARGE_UNKTBL
Enable large UNK table in destination database
|
ENABLE_RESPONSE_INFO
Disable response info in resulting database (default)
|
ENABLE_TXN_LOGGING
If set, enable transaction logging for new database
|
ENABLE_UNREAD
Reenable unread marks in destination database (default)
|
FORCE_DAOS_OFF
enable compact FROM DAOS
|
FORCE_DAOS_ON
enable compact TO DAOS
|
FORCE_PIRC_OFF
enable compact without PIRC
|
FORCE_PIRC_ON
enable compact with PIRC
|
IGNORE_ERRORS
Ignore errors encountered during compaction.
|
MAILBOX
Compact XXXX.BOX for mail router and other MTAs
|
NO_INDEXES
Don't preserve view indexes
|
NO_INPLACE
Don't do in-place compaction
|
NO_LOCKOUT
Don't lock out database users
|
RECOVER_ALL_SPACE
If set, always do full space recovery compaction
|
RECOVER_SPACE_ONLY
If set, do only bitmap correction if in-place can be done
|
REVERT_ODS
Revert current ODS to the previous ODS version
|
SPLIT_NIF_DATA
split NIF containers out to their own database
|
UNCOMPRESS_DATA_DOCS
TRUE if all data note non-summary should be uncompressed
|
UNCOMPRESS_DESIGN_NS
TRUE if design note non-summary should be uncompressed
|
UNSPLIT_NIF_DATA
see above, but off
|
Modifier and Type | Method and Description |
---|---|
int |
getSetIndex() |
int |
getValue() |
static CompactMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompactMode NO_INDEXES
public static final CompactMode NO_LOCKOUT
public static final CompactMode REVERT_ODS
public static final CompactMode MAILBOX
public static final CompactMode NO_INPLACE
public static final CompactMode DISABLE_UNREAD
public static final CompactMode ENABLE_UNREAD
public static final CompactMode DISABLE_RESPONSE_INFO
public static final CompactMode ENABLE_RESPONSE_INFO
public static final CompactMode ENABLE_FORM_BKT_OPT
public static final CompactMode DISABLE_FORM_BKT_OPT
public static final CompactMode IGNORE_ERRORS
public static final CompactMode DISABLE_TXN_LOGGING
public static final CompactMode ENABLE_TXN_LOGGING
public static final CompactMode RECOVER_SPACE_ONLY
public static final CompactMode ARCHIVE
public static final CompactMode ARCHIVE_ONLY
public static final CompactMode RECOVER_ALL_SPACE
public static final CompactMode DISABLE_LARGE_UNKTBL
public static final CompactMode ENABLE_LARGE_UNKTBL
public static final CompactMode COMPRESS_DESIGN_NS
public static final CompactMode UNCOMPRESS_DESIGN_NS
public static final CompactMode COMPRESS_DATA_DOCS
public static final CompactMode UNCOMPRESS_DATA_DOCS
public static final CompactMode FORCE_DAOS_ON
public static final CompactMode FORCE_DAOS_OFF
public static final CompactMode SPLIT_NIF_DATA
public static final CompactMode UNSPLIT_NIF_DATA
public static final CompactMode FORCE_PIRC_ON
public static final CompactMode FORCE_PIRC_OFF
public static final CompactMode ENABLE_ENCRYPTION
public static final CompactMode COPY_REPLICA
public static CompactMode[] values()
for (CompactMode c : CompactMode.values()) System.out.println(c);
public static CompactMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getSetIndex()
public int getValue()
Copyright © 2019–2021 HCL. All rights reserved.