Skip to main content

SelectorFactory

Trait SelectorFactory 

Source
pub trait SelectorFactory: Send + Sync {
    // Required method
    fn build(&self, ctx: SelectorFactoryContext) -> SelectorRef;
}
Expand description

Builds the final datanode selector metasrv should use.

Required Methods§

Implementors§