Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
func NewFromURL ¶
type NodeState ¶
type NodeState string
NodeState represents the cluster membership state of a C* node.
type NodeStatus ¶
type NodeStatus string
NodeState represents the state of reachability of of a C* node from the perspective of the node answering the query.
const ( NodeStatusUnknown NodeStatus = "Unknown" NodeStatusUp NodeStatus = "Up" NodeStatusDown NodeStatus = "Down" )
Click to show internal directories.
Click to hide internal directories.