Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigType ¶ added in v1.3.1
type ConfigType int
const ( ConfigTypeMoonlibs ConfigType = iota ConfigTypeTarantool3 )
type Convertable ¶ added in v1.3.1
type Convertable interface {
Convert() map[vshardrouter.ReplicasetInfo][]vshardrouter.InstanceInfo
}
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func (*Provider) Init ¶
func (p *Provider) Init(c vshardrouter.TopologyController) error
func (*Provider) Topology ¶ added in v1.3.1
func (p *Provider) Topology() map[vshardrouter.ReplicasetInfo][]vshardrouter.InstanceInfo
func (*Provider) WatchChanges ¶
Click to show internal directories.
Click to hide internal directories.