Class SyncupEntry


  • public class SyncupEntry
    extends Object
    Data entry of before and after data for syncup in SyncReactor.
    • Constructor Detail

      • SyncupEntry

        public SyncupEntry​(FlowCapableNode after,
                           org.opendaylight.mdsal.common.api.LogicalDatastoreType dsTypeAfter,
                           FlowCapableNode before,
                           org.opendaylight.mdsal.common.api.LogicalDatastoreType dsTypeBefore)
    • Method Detail

      • getDsTypeAfter

        public org.opendaylight.mdsal.common.api.LogicalDatastoreType getDsTypeAfter()
      • getDsTypeBefore

        public org.opendaylight.mdsal.common.api.LogicalDatastoreType getDsTypeBefore()
      • isOptimizedConfigDelta

        public boolean isOptimizedConfigDelta()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object