C# Класс Infinispan.HotRod.Config.Configuration

Used to hold the configuration parameters.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Config ( ) : Infinispan.HotRod.SWIG.Configuration
Configuration ( Infinispan config, IMarshaller marshaller ) : System.Collections

Описание методов

ConnectionPool() публичный Метод

Retrieve the configuration pool configuration.
public ConnectionPool ( ) : ConnectionPoolConfiguration
Результат ConnectionPoolConfiguration

ConnectionTimeout() публичный Метод

Retrives the connection timeout.
public ConnectionTimeout ( ) : int
Результат int

ForceReturnValues() публичный Метод

Retrives the state of the force return values flag.
public ForceReturnValues ( ) : bool
Результат bool

KeySizeEstimate() публичный Метод

Retrieves the configured estimated size for keys.
public KeySizeEstimate ( ) : int
Результат int

Marshaller() публичный Метод

Retrieves the the configured marshaller.
public Marshaller ( ) : IMarshaller
Результат IMarshaller

MaxRetries() публичный Метод

Retrieves the configured max retries value
public MaxRetries ( ) : int
Результат int

ProtocolVersion() публичный Метод

Retrieve the protocol version.
public ProtocolVersion ( ) : string
Результат string

Servers() публичный Метод

Retrieves a list of objects holding the server configurations.
public Servers ( ) : IList
Результат IList

SocketTimeout() публичный Метод

Retrieves the value configured for socket timeouts.
public SocketTimeout ( ) : int
Результат int

Ssl() публичный Метод

Retrieves an object holding the SSL specific configurations.
public Ssl ( ) : Infinispan.HotRod.Config.SslConfiguration
Результат Infinispan.HotRod.Config.SslConfiguration

TcpNoDelay() публичный Метод

Retrieves the state of the TCP no delay flag.
public TcpNoDelay ( ) : bool
Результат bool

ValueSizeEstimate() публичный Метод

Retrieves the configured estimates size for values.
public ValueSizeEstimate ( ) : int
Результат int