KnownCassandraSourceReadConsistencyLevels enum

The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.

Fields

ALL

ALL

EachQuorum

EACH_QUORUM

LocalONE

LOCAL_ONE

LocalQuorum

LOCAL_QUORUM

LocalSerial

LOCAL_SERIAL

ONE

ONE

Quorum

QUORUM

Serial

SERIAL

Three

THREE

TWO

TWO