C# 클래스 Infinispan.HotRod.Config.ConnectionPoolConfiguration

Used to hold connection pool specific configurations.
파일 보기 프로젝트 열기: infinispan/dotnet-client

공개 메소드들

메소드 설명
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