public static enum DominoClient.OpenDatabase extends Enum<DominoClient.OpenDatabase> implements INumberEnum<Short>
Enum Constant and Description |
---|
CLUSTER_FAILOVER
If open fails, failover to another server in the same cluster that has a replica copy of this database.
|
FIXUP
Force a database fixup, even if the file was properly closed previously.
|
FIXUP_FULL_NOTE_SCAN
Scan all notes and all items (not incremental)
|
FIXUP_NO_NOTE_DELETE
Do not delete bad notes during note scan
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static DominoClient.OpenDatabase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DominoClient.OpenDatabase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DominoClient.OpenDatabase CLUSTER_FAILOVER
public static final DominoClient.OpenDatabase FIXUP
FIXUP
will not succeed if db_name specifies a directory.
This flag will prevent the replicator from opening the specified database.public static final DominoClient.OpenDatabase FIXUP_FULL_NOTE_SCAN
public static final DominoClient.OpenDatabase FIXUP_NO_NOTE_DELETE
public static DominoClient.OpenDatabase[] values()
for (DominoClient.OpenDatabase c : DominoClient.OpenDatabase.values()) System.out.println(c);
public static DominoClient.OpenDatabase 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 Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.