package
0.0.0-20140721202556-2b2087e3d869
Repository: https://github.com/joinhack/cockroach.git
Documentation: pkg.go.dev

# Functions

BootstrapCluster bootstraps a store using the provided engine and cluster ID.
NewNode returns a new instance of Node, interpreting command line flags to initialize the appropriate Store or set of Stores.

# Variables

A CmdGetZone command displays the zone config for the specified prefix.
A CmdInit command initializes a new Cockroach cluster.
A CmdLsZones command displays a list of zone configs by prefix.
A CmdRmZone command removes a zone config by prefix.
A CmdSetZone command creates a new or updates an existing zone config.
A CmdStart command starts nodes by joining the gossip network.

# Structs

Node manages a map of stores (by store ID) for which it serves traffic.