public static enum PartitionMapper.Properties.Audit extends java.lang.Enum<PartitionMapper.Properties.Audit>
Enum Constant and Description |
---|
IGNORE_PARTITIONING
Do not perform any verification of previously created instances.
|
VERIFY_DEFER_INSTALL
Verify that no unpartitioned instances of the given type
exist in shared memory.
|
VERIFY_PARTIONING
Deprecated.
Replaced by
VERIFY_PARTITIONING |
VERIFY_PARTITIONING
Verify that no unpartitioned instances of the given type
exist in shared memory.
|
Modifier and Type | Method and Description |
---|---|
static PartitionMapper.Properties.Audit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionMapper.Properties.Audit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final PartitionMapper.Properties.Audit VERIFY_PARTIONING
VERIFY_PARTITIONING
public static final PartitionMapper.Properties.Audit VERIFY_PARTITIONING
public static final PartitionMapper.Properties.Audit VERIFY_DEFER_INSTALL
public static final PartitionMapper.Properties.Audit IGNORE_PARTITIONING
public static PartitionMapper.Properties.Audit[] values()
for (PartitionMapper.Properties.Audit c : PartitionMapper.Properties.Audit.values()) System.out.println(c);
public static PartitionMapper.Properties.Audit valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null