public static enum TxnStore.MUTEX_KEY extends Enum<TxnStore.MUTEX_KEY>
| Enum Constant and Description |
|---|
CheckLock |
Cleaner |
CompactionHistory |
CompactionScheduler |
HouseKeeper |
Initiator |
MaterializationRebuild |
WriteIdAllocator |
WriteSetCleaner |
| Modifier and Type | Method and Description |
|---|---|
static TxnStore.MUTEX_KEY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxnStore.MUTEX_KEY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TxnStore.MUTEX_KEY Initiator
public static final TxnStore.MUTEX_KEY Cleaner
public static final TxnStore.MUTEX_KEY HouseKeeper
public static final TxnStore.MUTEX_KEY CompactionHistory
public static final TxnStore.MUTEX_KEY CheckLock
public static final TxnStore.MUTEX_KEY WriteSetCleaner
public static final TxnStore.MUTEX_KEY CompactionScheduler
public static final TxnStore.MUTEX_KEY WriteIdAllocator
public static final TxnStore.MUTEX_KEY MaterializationRebuild
public static TxnStore.MUTEX_KEY[] values()
for (TxnStore.MUTEX_KEY c : TxnStore.MUTEX_KEY.values()) System.out.println(c);
public static TxnStore.MUTEX_KEY 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 © 2019 The Apache Software Foundation. All Rights Reserved.