JBoss Data Grid HotRod C# Client  7.2.0
Public Member Functions | List of all members
Infinispan.HotRod.Config.Configuration Class Reference

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< ServerConfigurationServers ()
 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...
 

Detailed Description

Used to hold the configuration parameters.

Member Function Documentation

ConnectionPoolConfiguration Infinispan.HotRod.Config.Configuration.ConnectionPool ( )
inline

Retrieve the configuration pool configuration.

Returns
an object holding the connection pool configurations
int Infinispan.HotRod.Config.Configuration.ConnectionTimeout ( )
inline

Retrives the connection timeout.

bool Infinispan.HotRod.Config.Configuration.ForceReturnValues ( )
inline

Retrives the state of the force return values flag.

int Infinispan.HotRod.Config.Configuration.KeySizeEstimate ( )
inline

Retrieves the configured estimated size for keys.

IMarshaller Infinispan.HotRod.Config.Configuration.Marshaller ( )
inline

Retrieves the the configured marshaller.

int Infinispan.HotRod.Config.Configuration.MaxRetries ( )
inline

Retrieves the configured max retries value

string Infinispan.HotRod.Config.Configuration.ProtocolVersion ( )
inline

Retrieve the protocol version.

Returns
a protocol version string
IList<ServerConfiguration> Infinispan.HotRod.Config.Configuration.Servers ( )
inline

Retrieves a list of objects holding the server configurations.

int Infinispan.HotRod.Config.Configuration.SocketTimeout ( )
inline

Retrieves the value configured for socket timeouts.

SslConfiguration Infinispan.HotRod.Config.Configuration.Ssl ( )
inline

Retrieves an object holding the SSL specific configurations.

bool Infinispan.HotRod.Config.Configuration.TcpNoDelay ( )
inline

Retrieves the state of the TCP no delay flag.

int Infinispan.HotRod.Config.Configuration.ValueSizeEstimate ( )
inline

Retrieves the configured estimates size for values.


The documentation for this class was generated from the following file: