Class ClientIdentifier
java.lang.Object
org.opendaylight.controller.cluster.access.concepts.ClientIdentifier
- 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 ClientIdentifier
extends Object
implements org.opendaylight.yangtools.concepts.WritableIdentifier
A cluster-wide unique identifier of a frontend instance. This identifier discerns between individual incarnations
of a particular frontend.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull ClientIdentifiercreate(FrontendIdentifier frontendId, long generation) boolean@NonNull FrontendIdentifierlong@NonNull ClientGenerationinthashCode()static @NonNull ClientIdentifiertoString()voidwriteTo(DataOutput out)
-
Method Details
-
create
-
readFrom
- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceorg.opendaylight.yangtools.concepts.WritableObject- Throws:
IOException
-
getFrontendId
-
getGeneration
public long getGeneration() -
getYangGeneration
-
hashCode
public int hashCode() -
equals
-
toString
-