Uses of Class
org.opendaylight.controller.cluster.access.concepts.ClientIdentifier
Packages that use ClientIdentifier
Package
Description
This package defines the messages used to interact with the CDS backend implementation.
This package defines basic concepts used to interact with the CDS backend implementation.
-
Uses of ClientIdentifier in org.opendaylight.controller.cluster.access.commands
Constructors in org.opendaylight.controller.cluster.access.commands with parameters of type ClientIdentifierModifierConstructorDescriptionConnectClientRequest(ClientIdentifier identifier, akka.actor.ActorRef replyTo, ABIVersion minVersion, ABIVersion maxVersion) ConnectClientSuccess(@NonNull ClientIdentifier target, long sequence, @NonNull akka.actor.ActorRef backend, @NonNull List<akka.actor.ActorSelection> alternates, @NonNull org.opendaylight.yangtools.yang.data.tree.api.ReadOnlyDataTree dataTree, int maxMessages) -
Uses of ClientIdentifier in org.opendaylight.controller.cluster.access.concepts
Methods in org.opendaylight.controller.cluster.access.concepts that return ClientIdentifierModifier and TypeMethodDescriptionstatic @NonNull ClientIdentifierClientIdentifier.create(FrontendIdentifier frontendId, long generation) @NonNull ClientIdentifierLocalHistoryIdentifier.getClientId()static @NonNull ClientIdentifierConstructors in org.opendaylight.controller.cluster.access.concepts with parameters of type ClientIdentifierModifierConstructorDescriptionLocalHistoryIdentifier(ClientIdentifier frontendId, long historyId) LocalHistoryIdentifier(ClientIdentifier frontendId, long historyId, long cookie)