Crate ignite_rs Copy item path Source cache error protocol utils Client Basic Ignite Client
Uses single blocking TCP connection ClientConfig Ignite Client configuration.
Allows the configuration of user’s credentials, tcp configuration
and SSL/TLS, if “ssl” feature is enabled Enum Value of an enumerable type. For such types defined only a finite number of named values. Ignite IgniteObj Combines the WritableType and ReadableType crates.
Intended to be used in the #[derive(IgniteObj)] attribute to automatically generate
serialization/deserialization for the user-defined structs ReadableType Indicates that a type could be used as cache key/value.
Used alongside WritableType WritableType Indicates that a type could be used as cache key/value.
Used alongside ReadableType new_client Create new Ignite client using provided configuration
Returned client has only one TCP connection with cluster