Class TieredIdentityFactory


  • public final class TieredIdentityFactory
    extends java.lang.Object
    Class for getting tiered identity.
    • Constructor Detail

      • TieredIdentityFactory

        public TieredIdentityFactory()
    • Method Detail

      • localIdentity

        public static TieredIdentity localIdentity​(AlluxioConfiguration conf)
        Parameters:
        conf - Alluxio configuration
        Returns:
        the singleton tiered identity instance for this JVM
      • fromString

        public static TieredIdentity fromString​(java.lang.String identityString,
                                                AlluxioConfiguration conf)
                                         throws java.io.IOException
        Parameters:
        identityString - tiered identity string to parse
        conf - Alluxio configuration
        Returns:
        the parsed tiered identity
        Throws:
        java.io.IOException