Package org.apache.ignite
Class IgniteClientProperties
java.lang.Object
org.apache.ignite.IgniteClientProperties
Describes properties for Ignite client.
See also
IgniteClientConfiguration.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAuthentication configuration properties.static classBasic authentication properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Gets connection addresses.org.apache.ignite.client.IgniteClientAddressFinderGets ignite client address finder.Gets async continuation executor.getAuth()Gets authentication properties.org.apache.ignite.client.IgniteClientAuthenticatorGets ignite client authenticator.Gets reconnect interval.Sets connection timeout.Gets heartbeat interval.Gets heartbeat timeout.org.apache.ignite.lang.LoggerFactoryGets logger factory.Gets operation timeout.org.apache.ignite.client.RetryPolicyGets retry policy.Gets SSL configuration.Returnstrueif metrics enabled.voidsetAddresses(String[] addresses) Sets connection addresses.voidsetAddressFinder(org.apache.ignite.client.IgniteClientAddressFinder addressFinder) Sets ignite client address finder.voidsetAsyncContinuationExecutor(Executor asyncContinuationExecutor) Sets async continuation executor.voidSets authentication properties.voidsetAuthenticator(org.apache.ignite.client.IgniteClientAuthenticator authenticator) Sets ignite client authenticator.voidsetBackgroundReconnectInterval(Long backgroundReconnectInterval) Sets reconnect interval.voidsetConnectTimeout(Long connectTimeout) Gets connection timeout.voidsetHeartbeatInterval(Long heartbeatInterval) Sets heartbeat interval.voidsetHeartbeatTimeout(Long heartbeatTimeout) Sets heartbeat timeout.voidsetLoggerFactory(org.apache.ignite.lang.LoggerFactory loggerFactory) Sets logger factory.voidsetMetricsEnabled(Boolean metricsEnabled) Sets if metrics enabled.voidsetOperationTimeout(Long operationTimeout) Sets operation timeout.voidsetRetryPolicy(org.apache.ignite.client.RetryPolicy retryPolicy) Sets retry policy.voidsetSslConfiguration(SslConfigurationProperties sslConfiguration) Sets SSL configuration.
-
Constructor Details
-
IgniteClientProperties
public IgniteClientProperties()
-
-
Method Details
-
getAddresses
Gets connection addresses. -
setAddresses
Sets connection addresses. -
getRetryPolicy
public org.apache.ignite.client.RetryPolicy getRetryPolicy()Gets retry policy. -
setRetryPolicy
public void setRetryPolicy(org.apache.ignite.client.RetryPolicy retryPolicy) Sets retry policy. -
getLoggerFactory
public org.apache.ignite.lang.LoggerFactory getLoggerFactory()Gets logger factory. -
setLoggerFactory
public void setLoggerFactory(org.apache.ignite.lang.LoggerFactory loggerFactory) Sets logger factory. -
getConnectTimeout
Sets connection timeout. -
setConnectTimeout
Gets connection timeout. -
getAddressFinder
public org.apache.ignite.client.IgniteClientAddressFinder getAddressFinder()Gets ignite client address finder. -
setAddressFinder
public void setAddressFinder(org.apache.ignite.client.IgniteClientAddressFinder addressFinder) Sets ignite client address finder. -
getSslConfiguration
Gets SSL configuration. -
setSslConfiguration
Sets SSL configuration. -
isMetricsEnabled
Returnstrueif metrics enabled. -
setMetricsEnabled
Sets if metrics enabled. -
getAuthenticator
public org.apache.ignite.client.IgniteClientAuthenticator getAuthenticator()Gets ignite client authenticator. -
setAuthenticator
public void setAuthenticator(org.apache.ignite.client.IgniteClientAuthenticator authenticator) Sets ignite client authenticator. -
getOperationTimeout
Gets operation timeout. -
setOperationTimeout
Sets operation timeout. -
getBackgroundReconnectInterval
Gets reconnect interval. -
setBackgroundReconnectInterval
Sets reconnect interval. -
getAsyncContinuationExecutor
Gets async continuation executor. -
setAsyncContinuationExecutor
Sets async continuation executor. -
getHeartbeatInterval
Gets heartbeat interval. -
setHeartbeatInterval
Sets heartbeat interval. -
getHeartbeatTimeout
Gets heartbeat timeout. -
setHeartbeatTimeout
Sets heartbeat timeout. -
getAuth
Gets authentication properties. -
setAuth
Sets authentication properties.
-