C# Class Infinispan.HotRod.Config.Configuration

Used to hold the configuration parameters.
Afficher le fichier Open project: infinispan/dotnet-client Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

ConnectionPool() public méthode

Retrieve the configuration pool configuration.
public ConnectionPool ( ) : ConnectionPoolConfiguration
Résultat ConnectionPoolConfiguration

ConnectionTimeout() public méthode

Retrives the connection timeout.
public ConnectionTimeout ( ) : int
Résultat int

ForceReturnValues() public méthode

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

KeySizeEstimate() public méthode

Retrieves the configured estimated size for keys.
public KeySizeEstimate ( ) : int
Résultat int

Marshaller() public méthode

Retrieves the the configured marshaller.
public Marshaller ( ) : IMarshaller
Résultat IMarshaller

MaxRetries() public méthode

Retrieves the configured max retries value
public MaxRetries ( ) : int
Résultat int

ProtocolVersion() public méthode

Retrieve the protocol version.
public ProtocolVersion ( ) : string
Résultat string

Servers() public méthode

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

SocketTimeout() public méthode

Retrieves the value configured for socket timeouts.
public SocketTimeout ( ) : int
Résultat int

Ssl() public méthode

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

TcpNoDelay() public méthode

Retrieves the state of the TCP no delay flag.
public TcpNoDelay ( ) : bool
Résultat bool

ValueSizeEstimate() public méthode

Retrieves the configured estimates size for values.
public ValueSizeEstimate ( ) : int
Résultat int