@Deprecated public class HazelcastClientFactory extends Object
HazelcastInstance
.Constructor and Description |
---|
HazelcastClientFactory(com.hazelcast.client.config.ClientConfig clientConfig)
Deprecated.
Create a
HazelcastClientFactory for the specified configuration. |
HazelcastClientFactory(Resource clientConfigLocation)
Deprecated.
Create a
HazelcastClientFactory for the specified configuration location. |
Modifier and Type | Method and Description |
---|---|
com.hazelcast.core.HazelcastInstance |
getHazelcastInstance()
Deprecated.
Get the
HazelcastInstance . |
public HazelcastClientFactory(Resource clientConfigLocation) throws IOException
HazelcastClientFactory
for the specified configuration location.clientConfigLocation
- the location of the configuration fileIOException
- if the configuration location could not be readpublic HazelcastClientFactory(com.hazelcast.client.config.ClientConfig clientConfig)
HazelcastClientFactory
for the specified configuration.clientConfig
- the configuration