Package alluxio.uri

Class EmbeddedLogicalAuthority

  • All Implemented Interfaces:
    Authority, java.io.Serializable, java.lang.Comparable<Authority>

    public class EmbeddedLogicalAuthority
    extends java.lang.Object
    implements Authority
    A logical host authority implementation.
    See Also:
    Serialized Form
    • Constructor Detail

      • EmbeddedLogicalAuthority

        public EmbeddedLogicalAuthority​(java.lang.String logicalName)
        Parameters:
        logicalName - the logical host
    • Method Detail

      • getLogicalName

        public java.lang.String getLogicalName()
        Returns:
        the logical host from the authority
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object