Re-exports§
pub use error::MetaError;pub use error::MetaResult;pub use rpc::ElectionClient;pub use rpc::ElectionMember;
Modules§
- backup_
restore - barrier
- controller
- dashboard
- error
- hummock
- manager
- model
- rpc
- serving
- stream
- table_
refill - telemetry
Macros§
- bail_
invalid_ parameter - Constructs a
MetaErrorInner::InvalidParametervariant and bails out. - bail_
unavailable - Constructs a
MetaErrorInner::Unavailablevariant and bails out. - for_
all_ auto_ increment - invalid_
parameter - Constructs a
MetaErrorInner::InvalidParametervariant. - unavailable
- Constructs a
MetaErrorInner::Unavailablevariant.