public final class TieredIdentityFactory extends Object
Constructor and Description |
---|
TieredIdentityFactory() |
Modifier and Type | Method and Description |
---|---|
static TieredIdentity |
fromString(String identityString,
AlluxioConfiguration conf) |
static TieredIdentity |
localIdentity(AlluxioConfiguration conf) |
public static TieredIdentity localIdentity(AlluxioConfiguration conf)
conf
- Alluxio configurationpublic static TieredIdentity fromString(String identityString, AlluxioConfiguration conf) throws IOException
identityString
- tiered identity string to parseconf
- Alluxio configurationIOException
Copyright © 2023. All Rights Reserved.