Documentation ¶
Index ¶
- type DumpNode
- type Keeper
- func (k *Keeper) ChildCount(prefix, nodePath string) (int, error)
- func (k *Keeper) Close()
- func (k *Keeper) Connect(ctx context.Context, ch *clickhouse.ClickHouse) error
- func (k *Keeper) Delete(nodePath string) error
- func (k *Keeper) Dump(prefix, dumpFile string) (int, error)
- func (k *Keeper) GetReplicatedAccessPath(userDirectory string) (string, error)
- func (k *Keeper) Restore(dumpFile, prefix string) error
- func (k *Keeper) Walk(prefix, relativePath string, recursive bool, callback WalkCallBack) error
- type LogKeeperToApexLogAdapter
- type WalkCallBack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (*Keeper) ChildCount ¶ added in v2.5.0
func (*Keeper) Connect ¶
func (k *Keeper) Connect(ctx context.Context, ch *clickhouse.ClickHouse) error
Connect - connect to any zookeeper server from /var/lib/clickhouse/preprocessed_configs/config.xml
func (*Keeper) GetReplicatedAccessPath ¶
type LogKeeperToApexLogAdapter ¶
type LogKeeperToApexLogAdapter struct {
// contains filtered or unexported fields
}
func (LogKeeperToApexLogAdapter) Printf ¶
func (KeeperLogToApexLogAdapter LogKeeperToApexLogAdapter) Printf(msg string, args ...interface{})
type WalkCallBack ¶ added in v2.5.0
Click to show internal directories.
Click to hide internal directories.