Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressFunc ¶ added in v1.0.0
func Fastrand64 ¶
func Fastrand64() uint64
Fastrand64 returns a lock free uint64 value. Compared to rand.Int63(), this implementation scales.
Types ¶
type HAKeeperClient ¶ added in v1.0.0
type HAKeeperClient interface { // GetClusterDetails queries the HAKeeper and return CN and TN nodes that are // known to the HAKeeper. GetClusterDetails(ctx context.Context) (pb.ClusterDetails, error) }
HAKeeperClient is an interface which is mainly used to avoid cycle import.
Directories ¶
Path | Synopsis |
---|---|
A common util to export data (trace and metric for now) as batch
|
A common util to export data (trace and metric for now) as batch |
example
Bin to show how Merge Task work.
|
Bin to show how Merge Task work. |
A very simple fault injection tool.
|
A very simple fault injection tool. |
Click to show internal directories.
Click to hide internal directories.