Package | Description |
---|---|
alluxio.master.journal | |
alluxio.security.user | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
JournalSystem |
JournalSystem.Builder.build(CommonUtils.ProcessType processType) |
Modifier and Type | Method and Description |
---|---|
static UserState |
UserState.Factory.create(AlluxioConfiguration conf,
Subject subject,
CommonUtils.ProcessType processType) |
Modifier and Type | Field and Description |
---|---|
static AtomicReference<CommonUtils.ProcessType> |
CommonUtils.PROCESS_TYPE
Represents the type of Alluxio process running in this JVM.
|
Modifier and Type | Method and Description |
---|---|
static CommonUtils.ProcessType |
CommonUtils.ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonUtils.ProcessType[] |
CommonUtils.ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All Rights Reserved.