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§
- Plan
Builder - Builder type for plans (see that module for more).
- Retry
Options
Enums§
Traits§
- Batchable
- Encode
Keyspace - HasNext
Batch - KvRequest
- Abstracts any request sent to a TiKV server.
- Next
Batch - Range
Request - Shardable
- Single
Key - Indicates that a request operates on a single key.
- Store
Request - For requests or plans which are handled at TiKV store (other than region) level.
- Truncate
Keyspace