JBoss Data Grid HotRod C# Client
7.2.0
|
Used to hold the configuration parameters. More...
Public Member Functions | |
string | ProtocolVersion () |
Retrieve the protocol version. More... | |
ConnectionPoolConfiguration | ConnectionPool () |
Retrieve the configuration pool configuration. More... | |
int | ConnectionTimeout () |
Retrives the connection timeout. More... | |
bool | ForceReturnValues () |
Retrives the state of the force return values flag. More... | |
int | KeySizeEstimate () |
Retrieves the configured estimated size for keys. More... | |
IList< ServerConfiguration > | Servers () |
Retrieves a list of objects holding the server configurations. More... | |
int | SocketTimeout () |
Retrieves the value configured for socket timeouts. More... | |
SslConfiguration | Ssl () |
Retrieves an object holding the SSL specific configurations. More... | |
bool | TcpNoDelay () |
Retrieves the state of the TCP no delay flag. More... | |
int | ValueSizeEstimate () |
Retrieves the configured estimates size for values. More... | |
int | MaxRetries () |
Retrieves the configured max retries value More... | |
IMarshaller | Marshaller () |
Retrieves the the configured marshaller. More... | |
Used to hold the configuration parameters.
|
inline |
Retrieve the configuration pool configuration.
|
inline |
Retrives the connection timeout.
|
inline |
Retrives the state of the force return values flag.
|
inline |
Retrieves the configured estimated size for keys.
|
inline |
Retrieves the the configured marshaller.
|
inline |
Retrieves the configured max retries value
|
inline |
Retrieve the protocol version.
|
inline |
Retrieves a list of objects holding the server configurations.
|
inline |
Retrieves the value configured for socket timeouts.
|
inline |
Retrieves an object holding the SSL specific configurations.
|
inline |
Retrieves the state of the TCP no delay flag.
|
inline |
Retrieves the configured estimates size for values.