Trait raftstore::store::transport::CasualRouter [−][src]
Routes message to target region.
Messages are not guaranteed to be delivered by this trait.
Required methods
Implementations on Foreign Types
impl<EK> CasualRouter<EK> for SyncSender<(u64, CasualMessage<EK>)> where
EK: KvEngine,
[src][−]
EK: KvEngine,
Implementors
impl<EK, ER> CasualRouter<EK> for RaftRouter<EK, ER> where
EK: KvEngine,
ER: RaftEngine,
[src][+]
EK: KvEngine,
ER: RaftEngine,
impl<EK: KvEngine> CasualRouter<EK> for RaftStoreBlackHole
[src][+]
impl<EK: KvEngine, ER: RaftEngine> CasualRouter<EK> for ServerRaftStoreRouter<EK, ER>
[src][+]
impl CasualRouter<RocksEngine> for MockRaftStoreRouter
impl CasualRouter<RocksEngine> for MockRaftStoreRouter
impl<C: RaftStoreRouter<RocksEngine>> CasualRouter<RocksEngine> for SimulateTransport<C>
impl<C: RaftStoreRouter<RocksEngine>> CasualRouter<RocksEngine> for SimulateTransport<C>