Class SyncupEntry
java.lang.Object
org.opendaylight.openflowplugin.applications.frsync.util.SyncupEntry
Data entry of before and after data for syncup in
 
SyncReactor.- 
Constructor SummaryConstructorsConstructorDescriptionSyncupEntry(FlowCapableNode after, org.opendaylight.mdsal.common.api.LogicalDatastoreType dsTypeAfter, FlowCapableNode before, org.opendaylight.mdsal.common.api.LogicalDatastoreType dsTypeBefore) 
- 
Method Summary
- 
Constructor Details- 
SyncupEntrypublic SyncupEntry(FlowCapableNode after, org.opendaylight.mdsal.common.api.LogicalDatastoreType dsTypeAfter, FlowCapableNode before, org.opendaylight.mdsal.common.api.LogicalDatastoreType dsTypeBefore) 
 
- 
- 
Method Details- 
getAfter
- 
getBefore
- 
getDsTypeAfterpublic org.opendaylight.mdsal.common.api.LogicalDatastoreType getDsTypeAfter()
- 
getDsTypeBeforepublic org.opendaylight.mdsal.common.api.LogicalDatastoreType getDsTypeBefore()
- 
isOptimizedConfigDeltapublic boolean isOptimizedConfigDelta()
- 
equals
- 
hashCodepublic int hashCode()
 
-