| Package | Description | 
|---|---|
| org.apache.cassandra.db | 
| Modifier and Type | Method and Description | 
|---|---|
| static Conflicts.Resolution | Conflicts. resolveCounter(long leftTimestamp,
              boolean leftLive,
              java.nio.ByteBuffer leftValue,
              long rightTimestamp,
              boolean rightLive,
              java.nio.ByteBuffer rightValue) | 
| static Conflicts.Resolution | Conflicts. resolveRegular(long leftTimestamp,
              boolean leftLive,
              int leftLocalDeletionTime,
              java.nio.ByteBuffer leftValue,
              long rightTimestamp,
              boolean rightLive,
              int rightLocalDeletionTime,
              java.nio.ByteBuffer rightValue) | 
| static Conflicts.Resolution | Conflicts.Resolution. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Conflicts.Resolution[] | Conflicts.Resolution. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2018 The Apache Software Foundation