public static enum DenormalisedLockService.LockName extends Enum<DenormalisedLockService.LockName>
Enum Constant and Description |
---|
CONTENT_LOG_PROCESSOR |
CONTENT_STATUS |
SPACE_LOG_PROCESSOR |
SPACE_STATUS |
UPDATE_SIDS |
Modifier and Type | Method and Description |
---|---|
static DenormalisedLockService.LockName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DenormalisedLockService.LockName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DenormalisedLockService.LockName SPACE_STATUS
public static final DenormalisedLockService.LockName SPACE_LOG_PROCESSOR
public static final DenormalisedLockService.LockName CONTENT_STATUS
public static final DenormalisedLockService.LockName CONTENT_LOG_PROCESSOR
public static final DenormalisedLockService.LockName UPDATE_SIDS
public static DenormalisedLockService.LockName[] values()
for (DenormalisedLockService.LockName c : DenormalisedLockService.LockName.values()) System.out.println(c);
public static DenormalisedLockService.LockName 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 nullCopyright © 2003–2021 Atlassian. All rights reserved.