Uses of Interface
org.apache.cassandra.db.rows.RowDiffListener
-
Packages that use RowDiffListener Package Description org.apache.cassandra.db.rows -
-
Uses of RowDiffListener in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type RowDiffListener Modifier and Type Method Description static void
Rows. diff(RowDiffListener diffListener, Row merged, Row... inputs)
Given the result (merged
) of merging multipleinputs
, signals the difference between each input andmerged
todiffListener
.
-