pub trait SelectorFactory: Send + Sync {
// Required method
fn build(&self, ctx: SelectorFactoryContext) -> SelectorRef;
}Expand description
Builds the final datanode selector metasrv should use.
pub trait SelectorFactory: Send + Sync {
// Required method
fn build(&self, ctx: SelectorFactoryContext) -> SelectorRef;
}Builds the final datanode selector metasrv should use.