C# Class Infinispan.HotRod.Config.ConnectionPoolConfiguration

Used to hold connection pool specific configurations.
Afficher le fichier Open project: infinispan/dotnet-client

Méthodes publiques

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

Méthode Description
Config ( ) : Infinispan.HotRod.SWIG.ConnectionPoolConfiguration
ConnectionPoolConfiguration ( Infinispan config )

Method Details

ExhaustedAction() public méthode

Retrieves the configured exhaust action.
public ExhaustedAction ( ) : ExhaustedAction
Résultat ExhaustedAction

Lifo() public méthode

Retrieves the state of lifo flag.
public Lifo ( ) : bool
Résultat bool

MaxActive() public méthode

Retrieves the configured max active value.
public MaxActive ( ) : int
Résultat int

MaxIdle() public méthode

Retrieves the configured max idle value.
public MaxIdle ( ) : int
Résultat int

MaxTotal() public méthode

Retrieves the configured max total value.
public MaxTotal ( ) : int
Résultat int

MaxWait() public méthode

Retrieves the configured max wait value.
public MaxWait ( ) : int
Résultat int

MinEvictableIdleTime() public méthode

Retrieves the configured min evictable idle time value.
public MinEvictableIdleTime ( ) : int
Résultat int

MinIdle() public méthode

Retrieves the configured min idle value.
public MinIdle ( ) : int
Résultat int

NumTestsPerEvictionRun() public méthode

Retrieves the configured num test per eviction value.
public NumTestsPerEvictionRun ( ) : int
Résultat int

TestOnBorrow() public méthode

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

TestOnReturn() public méthode

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

TestWhileIdle() public méthode

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

TimeBetweenEvictionRuns() public méthode

Retrieves the configured time between evictions value.
public TimeBetweenEvictionRuns ( ) : int
Résultat int