# 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.