public abstract class Conflicts
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Conflicts.Resolution |
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
mergeCounterValues(java.nio.ByteBuffer left,
java.nio.ByteBuffer right) |
static Conflicts.Resolution |
resolveCounter(long leftTimestamp,
boolean leftLive,
java.nio.ByteBuffer leftValue,
long rightTimestamp,
boolean rightLive,
java.nio.ByteBuffer rightValue) |
static Conflicts.Resolution |
resolveRegular(long leftTimestamp,
boolean leftLive,
int leftLocalDeletionTime,
java.nio.ByteBuffer leftValue,
long rightTimestamp,
boolean rightLive,
int rightLocalDeletionTime,
java.nio.ByteBuffer rightValue) |
public static Conflicts.Resolution resolveRegular(long leftTimestamp, boolean leftLive, int leftLocalDeletionTime, java.nio.ByteBuffer leftValue, long rightTimestamp, boolean rightLive, int rightLocalDeletionTime, java.nio.ByteBuffer rightValue)
public static Conflicts.Resolution resolveCounter(long leftTimestamp, boolean leftLive, java.nio.ByteBuffer leftValue, long rightTimestamp, boolean rightLive, java.nio.ByteBuffer rightValue)
public static java.nio.ByteBuffer mergeCounterValues(java.nio.ByteBuffer left, java.nio.ByteBuffer right)
Copyright © 2017 The Apache Software Foundation