package
19.2.0-alpha.20190805+incompatible
Repository: https://github.com/jrote1/cockroach.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AddCmd adds a command to the cli.
AddPersistentPreRunE add 'fn' as a persistent pre-run function to 'cmd'.
BoolFlag creates a bool flag and registers it with the FlagSet.
DurationFlag creates a duration flag and registers it with the FlagSet.
GetServerCfgStores provides direct public access to the StoreSpecList inside serverCfg.
IntFlag creates an int flag and registers it with the FlagSet.
Main is the entry point for the cli, with a single line calling it intended to be the body of an action package main `main` func elsewhere.
MaybeDecorateGRPCError catches grpc errors and provides a more helpful error message to the user.
OpenEngine opens the RocksDB engine at 'dir'.
OpenExistingStore opens the rocksdb engine rooted at 'dir'.
Run ...
RunCPUBench runs the prime finding cpu benchmark.
RunNetworkBench runs the network benchmark.
RunSeqWriteBench runs a sequential write I/O benchmark.
StringFlag creates a string flag and registers it with the FlagSet.
StringSlice creates a string slice flag and registers it with the FlagSet.
TestingReset resets global mutable state so that Run can be called multiple times from the same test process.
VarFlag creates a custom-variable flag and registers it with the FlagSet.

# Variables

DebugCmd is the root of all debug commands.
DebugCmdsForRocksDB lists debug commands that access rocksdb through the engine and need encryption flags (injected by CCL code).
PopulateRocksDBConfigHook is a callback set by CCL code.
StartCmd starts a node by initializing the stores and joining the cluster.

# Structs

OpenEngineOptions tunes the behavior of OpenEngine.