Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static UserState |
create(AlluxioConfiguration conf) |
static UserState |
create(AlluxioConfiguration conf,
Subject subject) |
static UserState |
create(AlluxioConfiguration conf,
Subject subject,
CommonUtils.ProcessType processType) |
public static UserState create(AlluxioConfiguration conf)
conf
- the configuration to usepublic static UserState create(AlluxioConfiguration conf, Subject subject)
conf
- the configuration to usesubject
- the subject to use for the UserStatepublic static UserState create(AlluxioConfiguration conf, Subject subject, CommonUtils.ProcessType processType)
conf
- the configuration to usesubject
- the subject to use for the UserStateprocessType
- the process type to create the UserState forCopyright © 2023. All Rights Reserved.