Versions in this module Expand all Collapse all v1 v1.0.1 Sep 26, 2022 Changes in this version + type Batch struct + MaxBatchSize uint + MaxWaitSize uint + MaxWaitTime time.Duration + OverloadThreshold uint + func DefaultBatch() Batch + type Config struct + RPC RPC + Raw Raw + RegionCache RegionCache + Txn Txn + func Default() Config + type Latch struct + Capacity uint + CheckCounter int + CheckInterval time.Duration + Enable bool + ExpireDuration time.Duration + ListCount int + LockChanSize int + func DefaultLatch() Latch + type RPC struct + Batch Batch + DialTimeout time.Duration + EnableOpenTracing bool + GrpcInitialConnWindowSize int32 + GrpcInitialWindowSize int + GrpcKeepAliveTime time.Duration + GrpcKeepAliveTimeout time.Duration + GrpcMaxCallMsgSize int + GrpcMaxSendMsgSize int + MaxConnectionCount uint + ReadTimeoutLong time.Duration + ReadTimeoutMedium time.Duration + ReadTimeoutShort time.Duration + Security Security + func DefaultRPC() RPC + type Raw struct + BatchPairCount int + MaxBatchPutSize int + MaxScanLimit int + func DefaultRaw() Raw + type RegionCache struct + BTreeDegree int + CacheTTL time.Duration + func DefaultRegionCache() RegionCache + type Security struct + SSLCA string + SSLCert string + SSLKey string + func DefaultSecurity() Security + func (s *Security) ToTLSConfig() (*tls.Config, error) + type Txn struct + BatchGetSize int + CommitBatchSize int + DefaultLockTTL uint64 + DefaultMembufCap int + EntryCountLimit int + EntrySizeLimit int + GCTimeout time.Duration + GcCPUTimeInaccuracyBound time.Duration + GcSafePointCacheInterval time.Duration + GcSafePointQuickRepeatInterval time.Duration + GcSafePointUpdateInterval time.Duration + GcSavedSafePoint string + Latch Latch + MaxLockTTL uint64 + MaxTimeUse int + OracleUpdateInterval time.Duration + ResolveCacheSize int + ScanBatchSize int + TTLFactor int + TotalSizeLimit int + TsoSlowThreshold time.Duration + UnsafeDestroyRangeTimeout time.Duration + func DefaultTxn() Txn