Re-exports§
pub use cache::IgniteCache;pub use client::IgniteClient;pub use error::IgniteError;pub use error::Result;pub use pool::IgniteClientConfig;pub use query::Column;pub use query::QueryResult;pub use query::Row;pub use query::UpdateResult;pub use stream::QueryStream;pub use transaction::Transaction;
Modules§
- affinity
- Partition awareness / affinity routing.
- cache
- client
- discovery
- Server endpoint discovery — a port of Java
ClientClusterDiscovery. - error
- pool
- query
- stream
- transaction
Structs§
- Expiry
Policy - Per-entry lifetime policy: the time-to-live applied when an entry is created,
updated, and accessed. Attach it to a cache handle with
crate::IgniteCache::with_expiry_policy.
Enums§
- Column
Type - The SQL type of a value returned by Ignite, inferred from the 1-byte wire type-tag that accompanies each encoded value.
- Expiry
Duration - Lifetime applied to a cache entry by an
ExpiryPolicyfor one event (creation, update, or access). - Ignite
Value - Rust representation of a typed Ignite binary value.
- Protocol
Error - Statement
Type - TxConcurrency
- TxIsolation