Package | Description |
---|---|
alluxio.master |
Modifier and Type | Method and Description |
---|---|
StateLockOptions.GraceMode |
StateLockOptions.getGraceMode() |
static StateLockOptions.GraceMode |
StateLockOptions.GraceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateLockOptions.GraceMode[] |
StateLockOptions.GraceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StateLockOptions(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.