Class FrontendIdentifier
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 Summary
Modifier and TypeMethodDescriptionstatic @NonNull FrontendIdentifiercreate(MemberName memberName, FrontendType clientType) boolean@NonNull FrontendType@NonNull MemberNameinthashCode()static @NonNull FrontendIdentifier@NonNull StringtoString()voidwriteTo(DataOutput out)
-
Method Details
-
create
-
readFrom
- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceorg.opendaylight.yangtools.concepts.WritableObject- Throws:
IOException
-
getClientType
-
getMemberName
-
hashCode
public int hashCode() -
equals
-
toPersistentId
-
toString
-