package
1.1.1
Repository: https://github.com/bytestorage/flydb.git
Documentation: pkg.go.dev

# Functions

NewMeta creates a new meta.
NewRoundRobinScheduler creates a new RoundRobinScheduler.

# Structs

No description provided by the author
RoundRobinScheduler is a scheduler that selects nodes in round-robin order.
No description provided by the author
No description provided by the author

# Interfaces

MetadataManager manages the metadata of the cluster.
SchedulingStrategy is the interface that wraps the basic SelectNode method.