Interface DifferenceBetweenInstances
- All Superinterfaces:
Difference,DifferenceBetweenContents
Represents the difference between two datasets.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the content on the left side.Returns the content on the right side.getDeltaTable(Path tablePath) Returns all table differences.intReturns the total number of tables with differences.Returns the dataset on the left.Returns the dataset on the right.getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) booleanisEmpty()Returnstrueif there are no differences.toString()Methods inherited from interface com.orchestranetworks.service.comparison.Difference
isResolvedModeMethods inherited from interface com.orchestranetworks.service.comparison.DifferenceBetweenContents
collectNodeDifferences, getNodeDifference, getNodeDifferences, getNodeDifferencesSize
-
Method Details
-
getInstanceOnLeft
Adaptation getInstanceOnLeft()Returns the dataset on the left. -
getInstanceOnRight
Adaptation getInstanceOnRight()Returns the dataset on the right. -
getInstanceOnRightName
AdaptationName getInstanceOnRightName() -
getContentOnLeft
Adaptation getContentOnLeft()Description copied from interface:DifferenceBetweenContentsReturns the content on the left side.- Specified by:
getContentOnLeftin interfaceDifferenceBetweenContents
-
getContentOnRight
Adaptation getContentOnRight()Description copied from interface:DifferenceBetweenContentsReturns the content on the right side.- Specified by:
getContentOnRightin interfaceDifferenceBetweenContents
-
getDeltaTables
List<DifferenceBetweenTables> getDeltaTables()Returns all table differences.- Returns:
- a
ListofDifferenceBetweenTables.
-
getDeltaTablesSize
int getDeltaTablesSize()Returns the total number of tables with differences. -
getDeltaTable
-
toString
String toString() -
isEmpty
boolean isEmpty()Description copied from interface:DifferenceReturnstrueif there are no differences.- Specified by:
isEmptyin interfaceDifference- Specified by:
isEmptyin interfaceDifferenceBetweenContents
-
getNodeDifferenceOnTargetChangeSet
NodeDifference getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) - Specified by:
getNodeDifferenceOnTargetChangeSetin interfaceDifferenceBetweenContents
-