Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
Modifier and Type | Method and Description |
---|---|
ClientNetworkConfig |
ClientNetworkConfig.addAddress(String... addresses)
Adds given addresses to candidate address list that client will use to establish initial connection
|
ClientNetworkConfig |
ClientConfig.getNetworkConfig()
Gets
ClientNetworkConfig |
ClientNetworkConfig |
ClientNetworkConfig.setAddresses(List<String> addresses)
Adds given addresses to candidate address list that client will use to establish initial connection
|
ClientNetworkConfig |
ClientNetworkConfig.setAwsConfig(ClientAwsConfig clientAwsConfig)
Sets configuration to connect nodes in aws environment.
|
ClientNetworkConfig |
ClientNetworkConfig.setConnectionAttemptLimit(int connectionAttemptLimit)
While client is trying to connect initially to one of the members in the
addressList ,
all might be not available. |
ClientNetworkConfig |
ClientNetworkConfig.setConnectionAttemptPeriod(int connectionAttemptPeriod)
Period for the next attempt to find a member to connect.
|
ClientNetworkConfig |
ClientNetworkConfig.setConnectionTimeout(int connectionTimeout) |
ClientNetworkConfig |
ClientNetworkConfig.setRedoOperation(boolean redoOperation)
If true, client will redo the operations that were executing on the server and client lost the connection.
|
ClientNetworkConfig |
ClientNetworkConfig.setSmartRouting(boolean smartRouting)
If true, client will route the key based operations to owner of the key at the best effort.
|
ClientNetworkConfig |
ClientNetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig) |
ClientNetworkConfig |
ClientNetworkConfig.setSocketOptions(SocketOptions socketOptions) |
ClientNetworkConfig |
ClientNetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the
SSLConfig . |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfig.setNetworkConfig(ClientNetworkConfig networkConfig)
Sets
ClientNetworkConfig |
Constructor and Description |
---|
DefaultAddressProvider(ClientNetworkConfig networkConfig) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.