Uses of Interface
org.opendaylight.controller.cluster.datastore.messages.SerializableMessage
-
Packages that use SerializableMessage Package Description org.opendaylight.controller.cluster.datastore.messages org.opendaylight.controller.cluster.datastore.modification -
-
Uses of SerializableMessage in org.opendaylight.controller.cluster.datastore.messages
Classes in org.opendaylight.controller.cluster.datastore.messages that implement SerializableMessage Modifier and Type Class Description classAbortTransactionclassAbortTransactionReplyclassAbstractRead<T>Abstract base class for ReadData and DataExists messages.classAbstractThreePhaseCommitMessageBase class for a 3PC message.classBatchedModificationsMessage used to batch write, merge, delete modification operations to the ShardTransaction actor.classBatchedModificationsReplyThe reply for the BatchedModifications message.classCanCommitTransactionclassCanCommitTransactionReplyclassCloseTransactionclassCloseTransactionChainclassCloseTransactionReplyclassCommitTransactionclassCommitTransactionReplyclassCreateTransactionclassCreateTransactionReplyclassDataExistsclassDataExistsReplyclassReadDataclassReadDataReplyclassReadyTransactionReplyclassVersionedExternalizableMessageAbstract base class for a versioned Externalizable message. -
Uses of SerializableMessage in org.opendaylight.controller.cluster.datastore.modification
Classes in org.opendaylight.controller.cluster.datastore.modification that implement SerializableMessage Modifier and Type Class Description classMutableCompositeModificationMutableCompositeModification is just a mutable version of a CompositeModification.
-