Uses of Class
org.opendaylight.controller.cluster.access.concepts.FrontendIdentifier
-
Packages that use FrontendIdentifier Package Description org.opendaylight.controller.cluster.access.client This package contains the baseline client infrastructure required to implement clients accessing the data store.org.opendaylight.controller.cluster.access.concepts 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 FrontendIdentifier Constructor Description AbstractClientActor(FrontendIdentifier frontendId)
-
Uses of FrontendIdentifier in org.opendaylight.controller.cluster.access.concepts
Methods in org.opendaylight.controller.cluster.access.concepts that return FrontendIdentifier Modifier and Type Method Description static @NonNull FrontendIdentifier
FrontendIdentifier. create(MemberName memberName, FrontendType clientType)
@NonNull FrontendIdentifier
ClientIdentifier. getFrontendId()
static @NonNull FrontendIdentifier
FrontendIdentifier. readFrom(DataInput in)
Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type FrontendIdentifier Modifier and Type Method Description static @NonNull ClientIdentifier
ClientIdentifier. create(FrontendIdentifier frontendId, long generation)
-