Uses of Class
org.apache.ignite.client.SslMode
-
Packages that use SslMode Package Description org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of SslMode in org.apache.ignite.client
Methods in org.apache.ignite.client that return SslMode Modifier and Type Method Description static SslMode
SslMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SslMode[]
SslMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SslMode in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return SslMode Modifier and Type Method Description SslMode
ClientConfiguration. getSslMode()
Methods in org.apache.ignite.configuration with parameters of type SslMode Modifier and Type Method Description ClientConfiguration
ClientConfiguration. setSslMode(SslMode sslMode)
-