java.lang.Object
org.opendaylight.controller.cluster.access.concepts.FrontendIdentifier
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.WritableIdentifier, org.opendaylight.yangtools.concepts.WritableObject

public final class FrontendIdentifier extends Object implements org.opendaylight.yangtools.concepts.WritableIdentifier
A cluster-wide unique identifier of a frontend type located at a cluster member.
See Also:
  • Method Details

    • create

      public static @NonNull FrontendIdentifier create(MemberName memberName, FrontendType clientType)
    • readFrom

      public static @NonNull FrontendIdentifier readFrom(DataInput in) throws IOException
      Throws:
      IOException
    • writeTo

      public void writeTo(DataOutput out) throws IOException
      Specified by:
      writeTo in interface org.opendaylight.yangtools.concepts.WritableObject
      Throws:
      IOException
    • getClientType

      public @NonNull FrontendType getClientType()
    • getMemberName

      public @NonNull MemberName getMemberName()
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      equals in class Object
    • toPersistentId

      public @NonNull String toPersistentId()
    • toString

      public String toString()
      Specified by:
      toString in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      toString in class Object