Versions in this module Expand all Collapse all v0 v0.1.0 Mar 6, 2021 Changes in this version + const DefaultLookupTimeout + const DefaultReadTimeout + const MasterClient + const RegionClient + var ErrClientClosed = ServerError + var ErrMissingCallID = ServerError + func Compare(a, b []byte) int + func CompareGeneric(a, b interface{}) int + func NewClient(addr string, ctype ClientType, queueSize int, flushInterval time.Duration, ...) hrpc.RegionClient + func NewInfo(id uint64, namespace, table, name, startKey, stopKey []byte) hrpc.RegionInfo + func ParseRegionInfo(metaRow *hrpc.Result) (hrpc.RegionInfo, string, error) + type ClientType string + type NotServingRegionError struct + func (e NotServingRegionError) Error() string + type OfflineRegionError struct + func (e OfflineRegionError) Error() string + type RetryableError struct + func (e RetryableError) Error() string + type ServerError struct + func (e ServerError) Error() string