C# Class Infinispan.HotRod.Config.Configuration

Used to hold the configuration parameters.
Mostra file Open project: infinispan/dotnet-client Class Usage Examples

Public Methods

Method Description
ConnectionPool ( ) : ConnectionPoolConfiguration

Retrieve the configuration pool configuration.

ConnectionTimeout ( ) : int

Retrives the connection timeout.

ForceReturnValues ( ) : bool

Retrives the state of the force return values flag.

KeySizeEstimate ( ) : int

Retrieves the configured estimated size for keys.

Marshaller ( ) : IMarshaller

Retrieves the the configured marshaller.

MaxRetries ( ) : int

Retrieves the configured max retries value

ProtocolVersion ( ) : string

Retrieve the protocol version.

Servers ( ) : IList

Retrieves a list of objects holding the server configurations.

SocketTimeout ( ) : int

Retrieves the value configured for socket timeouts.

Ssl ( ) : Infinispan.HotRod.Config.SslConfiguration

Retrieves an object holding the SSL specific configurations.

TcpNoDelay ( ) : bool

Retrieves the state of the TCP no delay flag.

ValueSizeEstimate ( ) : int

Retrieves the configured estimates size for values.

Private Methods

Method Description
Config ( ) : Infinispan.HotRod.SWIG.Configuration
Configuration ( Infinispan config, IMarshaller marshaller ) : System.Collections

Method Details

ConnectionPool() public method

Retrieve the configuration pool configuration.
public ConnectionPool ( ) : ConnectionPoolConfiguration
return ConnectionPoolConfiguration

ConnectionTimeout() public method

Retrives the connection timeout.
public ConnectionTimeout ( ) : int
return int

ForceReturnValues() public method

Retrives the state of the force return values flag.
public ForceReturnValues ( ) : bool
return bool

KeySizeEstimate() public method

Retrieves the configured estimated size for keys.
public KeySizeEstimate ( ) : int
return int

Marshaller() public method

Retrieves the the configured marshaller.
public Marshaller ( ) : IMarshaller
return IMarshaller

MaxRetries() public method

Retrieves the configured max retries value
public MaxRetries ( ) : int
return int

ProtocolVersion() public method

Retrieve the protocol version.
public ProtocolVersion ( ) : string
return string

Servers() public method

Retrieves a list of objects holding the server configurations.
public Servers ( ) : IList
return IList

SocketTimeout() public method

Retrieves the value configured for socket timeouts.
public SocketTimeout ( ) : int
return int

Ssl() public method

Retrieves an object holding the SSL specific configurations.
public Ssl ( ) : Infinispan.HotRod.Config.SslConfiguration
return Infinispan.HotRod.Config.SslConfiguration

TcpNoDelay() public method

Retrieves the state of the TCP no delay flag.
public TcpNoDelay ( ) : bool
return bool

ValueSizeEstimate() public method

Retrieves the configured estimates size for values.
public ValueSizeEstimate ( ) : int
return int