Uses of Class
org.opendaylight.controller.cluster.access.concepts.FrontendIdentifier
Packages that use FrontendIdentifier
Package
Description
This package contains the baseline client infrastructure required to implement clients accessing the data store.
This package defines basic concepts used to interact with the CDS backend implementation.
-
Uses of FrontendIdentifier in org.opendaylight.controller.cluster.access.client
Constructors in org.opendaylight.controller.cluster.access.client with parameters of type FrontendIdentifierModifierConstructorDescriptionprotected
AbstractClientActor
(Path statePath, FrontendIdentifier frontendId) protected
AbstractClientActor
(FrontendIdentifier frontendId) -
Uses of FrontendIdentifier in org.opendaylight.controller.cluster.access.concepts
Methods in org.opendaylight.controller.cluster.access.concepts that return FrontendIdentifierModifier and TypeMethodDescriptionstatic @NonNull FrontendIdentifier
FrontendIdentifier.create
(MemberName memberName, FrontendType clientType) @NonNull FrontendIdentifier
ClientIdentifier.getFrontendId()
static @NonNull FrontendIdentifier
Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type FrontendIdentifierModifier and TypeMethodDescriptionstatic @NonNull ClientIdentifier
ClientIdentifier.create
(FrontendIdentifier frontendId, long generation)