Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Plugin string // topology plugin (cluster-wide)
BlockSizes []int
FakeNodePool string
Topologies map[string]*TopologySpec // per-partiton topology settings
}
type NetworkTopology ¶
type NetworkTopology struct {
// contains filtered or unexported fields
}
func NewNetworkTopology ¶
func NewNetworkTopology(root *topology.Vertex, cfg *Config) (*NetworkTopology, error)
type TopologySpec ¶
TopologySpec define topology for a partition
type TopologyUnit ¶
Click to show internal directories.
Click to hide internal directories.