[][src]Crate ignite_rs

Modules

cache
error
protocol
utils

Structs

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.

Traits

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

Functions

new_client

Create new Ignite client using provided configuration Returned client has only one TCP connection with cluster