Uses of Interface
com.orchestranetworks.service.comparison.DifferenceBetweenTables
-
Packages that use DifferenceBetweenTables Package Description com.orchestranetworks.service.comparison Provides classes and interfaces for to compute differences between adaptations, homes and examine the results. -
-
Uses of DifferenceBetweenTables in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return DifferenceBetweenTables Modifier and Type Method Description static DifferenceBetweenTablesDifferenceHelper. compareAdaptationTables(AdaptationTable tableOnLeft, AdaptationTable tableOnRight, boolean isResolvedMode)Performs a comparison between two tables.static DifferenceBetweenTablesDifferenceHelper. compareTableByDate(AdaptationTable table, Date aStartDate, Date aEndDate)Performs a comparison between two dates for a table and returns the result.static DifferenceBetweenTablesDifferenceHelper. compareTableByTxId(AdaptationTable table, long aStartTransactionId, long aEndTransactionId)Performs a comparison between two transaction times for a table and returns the result.DifferenceBetweenTablesDifferenceBetweenInstances. getDeltaTable(Path tablePath)Methods in com.orchestranetworks.service.comparison that return types with arguments of type DifferenceBetweenTables Modifier and Type Method Description List<DifferenceBetweenTables>DifferenceBetweenInstances. getDeltaTables()Returns all table differences.
-