Uses of Interface
org.apache.cassandra.db.rows.RowDiffListener
Packages that use RowDiffListener
-
Uses of RowDiffListener in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type RowDiffListenerModifier and TypeMethodDescriptionstatic voidRows.diff(RowDiffListener diffListener, Row merged, Row... inputs) Given the result (merged) of merging multipleinputs, signals the difference between each input andmergedtodiffListener.