package
3.4.19+incompatible
Repository: https://github.com/zhiyunliu/etcd.git
Documentation: pkg.go.dev
# Packages
Package api manages the capabilities and features that are exposed to clients by the etcd cluster.
Package cindex provides an interface and implementation for getting/saving consistentIndex.
Package etcdserverpb is a generated protocol buffer package.
# Functions
GetClusterFromRemotePeers takes a set of URLs representing etcd peers, and attempts to construct a Cluster by accessing the members endpoint on one of these URLs.
NewAccessController returns a new "AccessController" with default "*" values.
No description provided by the author
NewBackendQuota creates a quota layer with the given storage limit.
NewServer creates a new EtcdServer from the supplied configuration.
No description provided by the author
No description provided by the author
# Constants
2GB.
DefaultSnapshotCatchUpEntries is the number of entries for a slow follower to catch-up after compacting the raft storage entries.
No description provided by the author
HealthInterval is the minimum time the cluster should be healthy before accepting add member requests.
8GB.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AccessController controls etcd server HTTP request access.
No description provided by the author
EtcdServer is the production implementation of the Server interface.
No description provided by the author
ServerConfig holds the configuration of etcd as taken from the command line or discovery.
# Interfaces
ApplierV2 is the interface for processing V2 raft messages.
No description provided by the author
No description provided by the author
Quota represents an arbitrary quota against arbitrary requests.
No description provided by the author
RaftStatusGetter represents etcd server and Raft progress.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author