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

Used to hold the configuration parameters.
파일 보기 프로젝트 열기: infinispan/dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionPool ( ) : ConnectionPoolConfiguration

Retrieve the configuration pool configuration.

ConnectionTimeout ( ) : int

Retrives the connection timeout.

ForceReturnValues ( ) : bool

Retrives the state of the force return values flag.

KeySizeEstimate ( ) : int

Retrieves the configured estimated size for keys.

Marshaller ( ) : IMarshaller

Retrieves the the configured marshaller.

MaxRetries ( ) : int

Retrieves the configured max retries value

ProtocolVersion ( ) : string

Retrieve the protocol version.

Servers ( ) : IList

Retrieves a list of objects holding the server configurations.

SocketTimeout ( ) : int

Retrieves the value configured for socket timeouts.

Ssl ( ) : Infinispan.HotRod.Config.SslConfiguration

Retrieves an object holding the SSL specific configurations.

TcpNoDelay ( ) : bool

Retrieves the state of the TCP no delay flag.

ValueSizeEstimate ( ) : int

Retrieves the configured estimates size for values.

비공개 메소드들

메소드 설명
Config ( ) : Infinispan.HotRod.SWIG.Configuration
Configuration ( Infinispan config, IMarshaller marshaller ) : System.Collections

메소드 상세

ConnectionPool() 공개 메소드

Retrieve the configuration pool configuration.
public ConnectionPool ( ) : ConnectionPoolConfiguration
리턴 ConnectionPoolConfiguration

ConnectionTimeout() 공개 메소드

Retrives the connection timeout.
public ConnectionTimeout ( ) : int
리턴 int

ForceReturnValues() 공개 메소드

Retrives the state of the force return values flag.
public ForceReturnValues ( ) : bool
리턴 bool

KeySizeEstimate() 공개 메소드

Retrieves the configured estimated size for keys.
public KeySizeEstimate ( ) : int
리턴 int

Marshaller() 공개 메소드

Retrieves the the configured marshaller.
public Marshaller ( ) : IMarshaller
리턴 IMarshaller

MaxRetries() 공개 메소드

Retrieves the configured max retries value
public MaxRetries ( ) : int
리턴 int

ProtocolVersion() 공개 메소드

Retrieve the protocol version.
public ProtocolVersion ( ) : string
리턴 string

Servers() 공개 메소드

Retrieves a list of objects holding the server configurations.
public Servers ( ) : IList
리턴 IList

SocketTimeout() 공개 메소드

Retrieves the value configured for socket timeouts.
public SocketTimeout ( ) : int
리턴 int

Ssl() 공개 메소드

Retrieves an object holding the SSL specific configurations.
public Ssl ( ) : Infinispan.HotRod.Config.SslConfiguration
리턴 Infinispan.HotRod.Config.SslConfiguration

TcpNoDelay() 공개 메소드

Retrieves the state of the TCP no delay flag.
public TcpNoDelay ( ) : bool
리턴 bool

ValueSizeEstimate() 공개 메소드

Retrieves the configured estimates size for values.
public ValueSizeEstimate ( ) : int
리턴 int