|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.clock.AbstractReconciler
org.apache.cassandra.db.clock.TimestampReconciler
public final class TimestampReconciler
Keeps the column with the highest timestamp. If both are equal return the left column.
Field Summary | |
---|---|
static TimestampReconciler |
instance
|
Method Summary | |
---|---|
Column |
reconcile(Column left,
Column right)
|
Methods inherited from class org.apache.cassandra.db.clock.AbstractReconciler |
---|
equals |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TimestampReconciler instance
Method Detail |
---|
public Column reconcile(Column left, Column right)
reconcile
in class AbstractReconciler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |