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

Used to hold connection pool specific configurations.
Показать файл Открыть проект

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

Метод Описание
ExhaustedAction ( ) : ExhaustedAction

Retrieves the configured exhaust action.

Lifo ( ) : bool

Retrieves the state of lifo flag.

MaxActive ( ) : int

Retrieves the configured max active value.

MaxIdle ( ) : int

Retrieves the configured max idle value.

MaxTotal ( ) : int

Retrieves the configured max total value.

MaxWait ( ) : int

Retrieves the configured max wait value.

MinEvictableIdleTime ( ) : int

Retrieves the configured min evictable idle time value.

MinIdle ( ) : int

Retrieves the configured min idle value.

NumTestsPerEvictionRun ( ) : int

Retrieves the configured num test per eviction value.

TestOnBorrow ( ) : bool

Retrieves the state of the configured test on borrow flag.

TestOnReturn ( ) : bool

Retrieves the state of the configured test on run flag.

TestWhileIdle ( ) : bool

Retrieves the state of the configured test while idle flag.

TimeBetweenEvictionRuns ( ) : int

Retrieves the configured time between evictions value.

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

Метод Описание
Config ( ) : Infinispan.HotRod.SWIG.ConnectionPoolConfiguration
ConnectionPoolConfiguration ( Infinispan config )

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

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

Retrieves the configured exhaust action.
public ExhaustedAction ( ) : ExhaustedAction
Результат ExhaustedAction

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

Retrieves the state of lifo flag.
public Lifo ( ) : bool
Результат bool

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

Retrieves the configured max active value.
public MaxActive ( ) : int
Результат int

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

Retrieves the configured max idle value.
public MaxIdle ( ) : int
Результат int

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

Retrieves the configured max total value.
public MaxTotal ( ) : int
Результат int

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

Retrieves the configured max wait value.
public MaxWait ( ) : int
Результат int

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

Retrieves the configured min evictable idle time value.
public MinEvictableIdleTime ( ) : int
Результат int

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

Retrieves the configured min idle value.
public MinIdle ( ) : int
Результат int

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

Retrieves the configured num test per eviction value.
public NumTestsPerEvictionRun ( ) : int
Результат int

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

Retrieves the state of the configured test on borrow flag.
public TestOnBorrow ( ) : bool
Результат bool

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

Retrieves the state of the configured test on run flag.
public TestOnReturn ( ) : bool
Результат bool

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

Retrieves the state of the configured test while idle flag.
public TestWhileIdle ( ) : bool
Результат bool

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

Retrieves the configured time between evictions value.
public TimeBetweenEvictionRuns ( ) : int
Результат int