JBoss Data Grid HotRod C# Client  7.2.0
Public Member Functions | List of all members
Infinispan.HotRod.Config.ConnectionPoolConfiguration Class Reference

Used to hold connection pool specific configurations. More...

Public Member Functions

ExhaustedAction ExhaustedAction ()
 Retrieves the configured exhaust action. More...
 
bool Lifo ()
 Retrieves the state of lifo flag. More...
 
int MaxActive ()
 Retrieves the configured max active value. More...
 
int MaxTotal ()
 Retrieves the configured max total value. More...
 
int MaxWait ()
 Retrieves the configured max wait value. More...
 
int MaxIdle ()
 Retrieves the configured max idle value. More...
 
int MinIdle ()
 Retrieves the configured min idle value. More...
 
int NumTestsPerEvictionRun ()
 Retrieves the configured num test per eviction value. More...
 
int TimeBetweenEvictionRuns ()
 Retrieves the configured time between evictions value. More...
 
int MinEvictableIdleTime ()
 Retrieves the configured min evictable idle time value. More...
 
bool TestOnBorrow ()
 Retrieves the state of the configured test on borrow flag. More...
 
bool TestOnReturn ()
 Retrieves the state of the configured test on run flag. More...
 
bool TestWhileIdle ()
 Retrieves the state of the configured test while idle flag. More...
 

Detailed Description

Used to hold connection pool specific configurations.

Member Function Documentation

ExhaustedAction Infinispan.HotRod.Config.ConnectionPoolConfiguration.ExhaustedAction ( )
inline

Retrieves the configured exhaust action.

bool Infinispan.HotRod.Config.ConnectionPoolConfiguration.Lifo ( )
inline

Retrieves the state of lifo flag.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.MaxActive ( )
inline

Retrieves the configured max active value.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.MaxIdle ( )
inline

Retrieves the configured max idle value.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.MaxTotal ( )
inline

Retrieves the configured max total value.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.MaxWait ( )
inline

Retrieves the configured max wait value.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.MinEvictableIdleTime ( )
inline

Retrieves the configured min evictable idle time value.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.MinIdle ( )
inline

Retrieves the configured min idle value.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.NumTestsPerEvictionRun ( )
inline

Retrieves the configured num test per eviction value.

bool Infinispan.HotRod.Config.ConnectionPoolConfiguration.TestOnBorrow ( )
inline

Retrieves the state of the configured test on borrow flag.

bool Infinispan.HotRod.Config.ConnectionPoolConfiguration.TestOnReturn ( )
inline

Retrieves the state of the configured test on run flag.

bool Infinispan.HotRod.Config.ConnectionPoolConfiguration.TestWhileIdle ( )
inline

Retrieves the state of the configured test while idle flag.

int Infinispan.HotRod.Config.ConnectionPoolConfiguration.TimeBetweenEvictionRuns ( )
inline

Retrieves the configured time between evictions value.


The documentation for this class was generated from the following file: