Package | Description |
---|---|
alluxio.master |
Modifier and Type | Method and Description |
---|---|
GraceMode |
StateLockOptions.getGraceMode() |
static GraceMode |
GraceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraceMode[] |
GraceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StateLockOptions(GraceMode graceMode,
long graceCycleTryMs,
long graceCycleSleepMs,
long graceCycleTimeoutMs)
Creates an option class that is consulted while taking a state-lock exclusively
from
StateLockManager . |
Copyright © 2023. All Rights Reserved.