Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Level ¶
type Level int
Level defines Cassandra-like consistency levels.
const ( // One implies that an acknowledgement from a single node is enough to complete the operation. One Level = iota // Two needs acknowledgement from at least two nodes to complete the operation. Two // Quorum needs acknowledgement from N/2+1 of nodes to complete the operation. Quorum // All requires acknowledgement from ALL nodes. All )
func FromString ¶
Click to show internal directories.
Click to hide internal directories.