Uses of Class
org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier
Packages that use LocalHistoryIdentifier
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 LocalHistoryIdentifier in org.opendaylight.controller.cluster.access.commands
Constructors in org.opendaylight.controller.cluster.access.commands with parameters of type LocalHistoryIdentifierModifierConstructorDescriptionCreateLocalHistoryRequest(LocalHistoryIdentifier target, akka.actor.ActorRef replyTo) DestroyLocalHistoryRequest(LocalHistoryIdentifier target, long sequence, akka.actor.ActorRef replyTo) LocalHistorySuccess(LocalHistoryIdentifier target, long sequence) PurgeLocalHistoryRequest(LocalHistoryIdentifier target, long sequence, akka.actor.ActorRef replyTo) -
Uses of LocalHistoryIdentifier in org.opendaylight.controller.cluster.access.concepts
Methods in org.opendaylight.controller.cluster.access.concepts that return LocalHistoryIdentifierModifier and TypeMethodDescription@NonNull LocalHistoryIdentifierTransactionIdentifier.getHistoryId()static @NonNull LocalHistoryIdentifierConstructors in org.opendaylight.controller.cluster.access.concepts with parameters of type LocalHistoryIdentifierModifierConstructorDescriptionTransactionIdentifier(@NonNull LocalHistoryIdentifier historyId, long transactionId)