ConsistencyLevel

enum ConsistencyLevel : Enum<ConsistencyLevel>

Different types of consistency level provided by the Concordant platform.

Entries

None
Link copied to clipboard
common
RC
Link copied to clipboard
common
RC()
Snapshot
Link copied to clipboard
common
Strong
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ConsistencyLevel): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int