public class ClientConfiguration extends Object
| Constructor and Description |
|---|
ClientConfiguration() |
ClientConfiguration(com.hazelcast.config.Config hazelcastConfig) |
ClientConfiguration(String location) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getLocalhost() |
String |
getPassword() |
int |
getPort() |
void |
setStorageConfigurationLocation(String location) |
public ClientConfiguration()
throws FileNotFoundException
FileNotFoundExceptionpublic ClientConfiguration(String location) throws FileNotFoundException
FileNotFoundExceptionpublic ClientConfiguration(com.hazelcast.config.Config hazelcastConfig)
throws FileNotFoundException
FileNotFoundExceptionpublic int getPort()
public String getLocalhost()
public String getGroup()
public String getPassword()
public void setStorageConfigurationLocation(String location) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2016. All rights reserved.