Метод | Описание | |
---|---|---|
ConnectionPool ( ) : |
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 |
public ConnectionPool ( ) : |
||
Результат |
public Ssl ( ) : Infinispan.HotRod.Config.SslConfiguration | ||
Результат | Infinispan.HotRod.Config.SslConfiguration |