C# Class Infinispan.HotRod.Config.ConnectionPoolConfiguration

Used to hold connection pool specific configurations.
ファイルを表示 Open project: infinispan/dotnet-client

Public Methods

Method Description
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.

Private Methods

Method Description
Config ( ) : Infinispan.HotRod.SWIG.ConnectionPoolConfiguration
ConnectionPoolConfiguration ( Infinispan config )

Method Details

ExhaustedAction() public method

Retrieves the configured exhaust action.
public ExhaustedAction ( ) : ExhaustedAction
return ExhaustedAction

Lifo() public method

Retrieves the state of lifo flag.
public Lifo ( ) : bool
return bool

MaxActive() public method

Retrieves the configured max active value.
public MaxActive ( ) : int
return int

MaxIdle() public method

Retrieves the configured max idle value.
public MaxIdle ( ) : int
return int

MaxTotal() public method

Retrieves the configured max total value.
public MaxTotal ( ) : int
return int

MaxWait() public method

Retrieves the configured max wait value.
public MaxWait ( ) : int
return int

MinEvictableIdleTime() public method

Retrieves the configured min evictable idle time value.
public MinEvictableIdleTime ( ) : int
return int

MinIdle() public method

Retrieves the configured min idle value.
public MinIdle ( ) : int
return int

NumTestsPerEvictionRun() public method

Retrieves the configured num test per eviction value.
public NumTestsPerEvictionRun ( ) : int
return int

TestOnBorrow() public method

Retrieves the state of the configured test on borrow flag.
public TestOnBorrow ( ) : bool
return bool

TestOnReturn() public method

Retrieves the state of the configured test on run flag.
public TestOnReturn ( ) : bool
return bool

TestWhileIdle() public method

Retrieves the state of the configured test while idle flag.
public TestWhileIdle ( ) : bool
return bool

TimeBetweenEvictionRuns() public method

Retrieves the configured time between evictions value.
public TimeBetweenEvictionRuns ( ) : int
return int