Uses of Class
org.opendaylight.controller.cluster.access.concepts.ClientIdentifier
Packages that use ClientIdentifier
Package
Description
This package contains the baseline client infrastructure required to implement clients accessing the data store.
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.
Persisted backend structures.
-
Uses of ClientIdentifier in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client that return ClientIdentifierModifier and TypeMethodDescriptionfinal ClientIdentifier
ClientActorBehavior.getIdentifier()
ClientActorContext.getIdentifier()
-
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, ActorRef replyTo, ABIVersion minVersion, ABIVersion maxVersion) ConnectClientSuccess
(@NonNull ClientIdentifier target, long sequence, @NonNull ActorRef backend, @NonNull List<ActorSelection> alternates, @NonNull 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 ClientIdentifier
ClientIdentifier.create
(FrontendIdentifier frontendId, long generation) @NonNull ClientIdentifier
LocalHistoryIdentifier.getClientId()
static @NonNull ClientIdentifier
Constructors in org.opendaylight.controller.cluster.access.concepts with parameters of type ClientIdentifierModifierConstructorDescriptionLocalHistoryIdentifier
(ClientIdentifier frontendId, long historyId) LocalHistoryIdentifier
(ClientIdentifier frontendId, long historyId, long cookie) -
Uses of ClientIdentifier in org.opendaylight.controller.cluster.datastore
Constructors in org.opendaylight.controller.cluster.datastore with parameters of type ClientIdentifierModifierConstructorDescriptionprotected
AbstractDataStore
(ActorUtils actorUtils, ClientIdentifier identifier, DataStoreClient clientActor) -
Uses of ClientIdentifier in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return types with arguments of type ClientIdentifierModifier and TypeMethodDescription@NonNull ImmutableSet
<ClientIdentifier> GetKnownClientsReply.getClients()
Constructor parameters in org.opendaylight.controller.cluster.datastore.messages with type arguments of type ClientIdentifier -
Uses of ClientIdentifier in org.opendaylight.controller.cluster.datastore.persisted
Methods in org.opendaylight.controller.cluster.datastore.persisted that return ClientIdentifierMethods in org.opendaylight.controller.cluster.datastore.persisted with parameters of type ClientIdentifierModifier and TypeMethodDescriptionstatic DisableTrackingPayload
DisableTrackingPayload.create
(ClientIdentifier clientId, int initialSerializedBufferCapacity) Constructors in org.opendaylight.controller.cluster.datastore.persisted with parameters of type ClientIdentifierModifierConstructorDescriptionFrontendClientMetadata
(ClientIdentifier clientId, ImmutableUnsignedLongSet purgedHistories, Collection<FrontendHistoryMetadata> currentHistories)