package
1.3.28
Repository: https://github.com/yeahyf/go_base.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPoolByCfg 构建一个新的Hbase Connection Pool.
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

# Structs

CommonConn 连接结构体,.
ConnectionPool 连接池.
PoolConf 连接池配置参数 原则上一个连接池是连接到一个Hbase服务器的,与命名空间无关 但是为了简化处理,将一个命名空间封装到Pool的配置中.
ThriftHbaseConn 链接封装.

# Interfaces

Connection 连接接口,按照业务需求定制.

# Type aliases

ConnFactory 创建连接资源的工厂方法.