Package | Description |
---|---|
alluxio.master |
Modifier and Type | Method and Description |
---|---|
PrimarySelector.State |
PrimarySelector.getState() |
PrimarySelector.State |
AbstractPrimarySelector.getState() |
static PrimarySelector.State |
PrimarySelector.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimarySelector.State[] |
PrimarySelector.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPrimarySelector.setState(PrimarySelector.State state) |
void |
PrimarySelector.waitForState(PrimarySelector.State state)
Blocks until the primary selector enters the specified state.
|
void |
AbstractPrimarySelector.waitForState(PrimarySelector.State state) |
Modifier and Type | Method and Description |
---|---|
Scoped |
PrimarySelector.onStateChange(java.util.function.Consumer<PrimarySelector.State> listener)
Registers a listener to be executed whenever the selector's state updates.
|
Scoped |
AbstractPrimarySelector.onStateChange(java.util.function.Consumer<PrimarySelector.State> listener) |
Copyright © 2023. All Rights Reserved.