Class ShardTransaction

    • Constructor Detail

      • ShardTransaction

        protected ShardTransaction​(ActorRef shardActor,
                                   org.opendaylight.controller.cluster.datastore.ShardStats shardStats,
                                   TransactionIdentifier transactionId)
    • Method Detail

      • props

        public static Props props​(TransactionType type,
                                  org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
                                  ActorRef shardActor,
                                  DatastoreContext datastoreContext,
                                  org.opendaylight.controller.cluster.datastore.ShardStats shardStats)
      • getDOMStoreTransaction

        protected abstract org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> getDOMStoreTransaction()
      • getShardActor

        protected ActorRef getShardActor()
      • returnCloseTransactionReply

        protected boolean returnCloseTransactionReply()
      • readData

        protected void readData​(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
                                ReadData message)
      • dataExists

        protected void dataExists​(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
                                  DataExists message)