Module tikv_client::request
source · Re-exports
pub use self::plan::Collect;pub use self::plan::CollectError;pub use self::plan::CollectSingle;pub use self::plan::CollectWithShard;pub use self::plan::DefaultProcessor;pub use self::plan::Dispatch;pub use self::plan::ExtractError;pub use self::plan::Merge;pub use self::plan::MergeResponse;pub use self::plan::Plan;pub use self::plan::Process;pub use self::plan::ProcessResponse;pub use self::plan::ResolveLock;pub use self::plan::ResponseWithShard;pub use self::plan::RetryableMultiRegion;
Modules
Structs
- Builder type for plans (see that module for more).
Traits
- Abstracts any request sent to a TiKV server.
- Indicates that a request operates on a single key.