Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HBase ¶
type HBase struct { Key string Value interface{} Error error Ctx context.Context Expire time.Duration // contains filtered or unexported fields }
HBase
type HBaseZK ¶
type HBaseZK struct {
// contains filtered or unexported fields
}
HBase Zookeeper
func (*HBaseZK) Init ¶
func (h *HBaseZK) Init(option *HBaseZKOption) bool
Init 初始化 Hbase 对象池, 构建可读写, 以及只读的Hbase对象实例
type HBaseZKOption ¶
HBaseZKOption 配置类
func NewHbaseZKOptionFromJSON ¶
func NewHbaseZKOptionFromJSON(js *simplejson.Json, configName string) *HBaseZKOption
NewHbaseZKOptionFromJSON 创建 HbaseZKOption 配置类
Click to show internal directories.
Click to hide internal directories.