Module 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§

plan

Structs§

PlanBuilder
Builder type for plans (see that module for more).
RetryOptions

Enums§

KeyMode
Keyspace

Traits§

Batchable
EncodeKeyspace
HasNextBatch
KvRequest
Abstracts any request sent to a TiKV server.
NextBatch
RangeRequest
Shardable
SingleKey
Indicates that a request operates on a single key.
StoreRequest
For requests or plans which are handled at TiKV store (other than region) level.
TruncateKeyspace