MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / ReplicationEncoder

Struct ReplicationEncoder

lib/dh/replication.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type ReplicationEncoder struct {
8 //TODO:需要获取Slave集群的磁盘,CPU信息,根据这些信息实现合适的分配策略,有其他思路亦可提出来
9}
10
11func NewReplicationEncoder([]cluster.Slave) {
12 panic("implement me")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected