package
2.2.0-alpha.20190211+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
Make creates an Instance.
WriteInitialReplicaState sets up a new Range, but without writing an associated Raft state (which must be written separately via synthesizeRaftState before instantiating a Replica).
WriteInitialState calls WriteInitialReplicaState followed by SynthesizeRaftState.
# Structs
StateLoader contains accessor methods to read or write the fields of storagebase.ReplicaState.