mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
added supported values and link to documentation
This commit is contained in:
@@ -49,10 +49,36 @@
|
|||||||
"tcp-nodelay": true,
|
"tcp-nodelay": true,
|
||||||
|
|
||||||
// This parameter configures consistency level. The default is "quorum".
|
// This parameter configures consistency level. The default is "quorum".
|
||||||
|
// Supported values:
|
||||||
|
// - any
|
||||||
|
// - one
|
||||||
|
// - two
|
||||||
|
// - three
|
||||||
|
// - quorum
|
||||||
|
// - all
|
||||||
|
// - local-quorum
|
||||||
|
// - each-quorum
|
||||||
|
// - serial
|
||||||
|
// - local-serial
|
||||||
|
// - local-one
|
||||||
|
// See https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigConsistency.html for more details.
|
||||||
"consistency": "quorum",
|
"consistency": "quorum",
|
||||||
|
|
||||||
// This parameter configures serial consistency level which manages
|
// This parameter configures serial consistency level which manages
|
||||||
// lightweight transaction isolation. The default is "serial".
|
// lightweight transaction isolation. The default is "serial".
|
||||||
|
// Supported values:
|
||||||
|
// - any
|
||||||
|
// - one
|
||||||
|
// - two
|
||||||
|
// - three
|
||||||
|
// - quorum
|
||||||
|
// - all
|
||||||
|
// - local-quorum
|
||||||
|
// - each-quorum
|
||||||
|
// - serial
|
||||||
|
// - local-serial
|
||||||
|
// - local-one
|
||||||
|
// See https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigSerialConsistency.html for more details.
|
||||||
"serial-consistency": "serial"
|
"serial-consistency": "serial"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -48,10 +48,36 @@
|
|||||||
"tcp-nodelay": true,
|
"tcp-nodelay": true,
|
||||||
|
|
||||||
// This parameter configures consistency level. The default is "quorum".
|
// This parameter configures consistency level. The default is "quorum".
|
||||||
|
// Supported values:
|
||||||
|
// - any
|
||||||
|
// - one
|
||||||
|
// - two
|
||||||
|
// - three
|
||||||
|
// - quorum
|
||||||
|
// - all
|
||||||
|
// - local-quorum
|
||||||
|
// - each-quorum
|
||||||
|
// - serial
|
||||||
|
// - local-serial
|
||||||
|
// - local-one
|
||||||
|
// See https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigConsistency.html for more details.
|
||||||
"consistency": "quorum",
|
"consistency": "quorum",
|
||||||
|
|
||||||
// This parameter configures serial consistency level which manages
|
// This parameter configures serial consistency level which manages
|
||||||
// lightweight transaction isolation. The default is "serial".
|
// lightweight transaction isolation. The default is "serial".
|
||||||
|
// Supported values:
|
||||||
|
// - any
|
||||||
|
// - one
|
||||||
|
// - two
|
||||||
|
// - three
|
||||||
|
// - quorum
|
||||||
|
// - all
|
||||||
|
// - local-quorum
|
||||||
|
// - each-quorum
|
||||||
|
// - serial
|
||||||
|
// - local-serial
|
||||||
|
// - local-one
|
||||||
|
// See https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigSerialConsistency.html for more details.
|
||||||
"serial-consistency": "serial"
|
"serial-consistency": "serial"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -598,12 +598,20 @@ The default value for Cassandra is 2000 ms.
|
|||||||
<listitem><simpara>
|
<listitem><simpara>
|
||||||
<command>consistency</command> - configures consistency level.
|
<command>consistency</command> - configures consistency level.
|
||||||
The default is "quorum".
|
The default is "quorum".
|
||||||
|
Supported values: any, one, two, three, quorum, all, local-quorum, each-quorum,
|
||||||
|
serial, local-serial, local-one.
|
||||||
|
See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigConsistency.html">Cassandra consistency</link>
|
||||||
|
for more details.
|
||||||
</simpara></listitem>
|
</simpara></listitem>
|
||||||
|
|
||||||
<listitem><simpara>
|
<listitem><simpara>
|
||||||
<command>serial-consistency</command> - configures serial consistency
|
<command>serial-consistency</command> - configures serial consistency
|
||||||
level which manages lightweight transaction isolation. The default is
|
level which manages lightweight transaction isolation. The default is
|
||||||
"serial".
|
"serial".
|
||||||
|
Supported values: any, one, two, three, quorum, all, local-quorum, each-quorum,
|
||||||
|
serial, local-serial, local-one.
|
||||||
|
See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigSerialConsistency.html">Cassandra serial consistency</link>
|
||||||
|
for more details.
|
||||||
</simpara></listitem>
|
</simpara></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Reference in New Issue
Block a user