Class ReadyTransactionReply

java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.ReadyTransactionReply
All Implemented Interfaces:
Externalizable, Serializable, SerializableMessage

@Deprecated(since="9.0.0", forRemoval=true) public class ReadyTransactionReply extends VersionedExternalizableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Constructor Details

    • ReadyTransactionReply

      public ReadyTransactionReply()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ReadyTransactionReply

      public ReadyTransactionReply(String cohortPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ReadyTransactionReply

      public ReadyTransactionReply(String cohortPath, short version)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details