Package | Description |
---|---|
com.hazelcast.client |
Modifier and Type | Method and Description |
---|---|
static ClientProperties.ClientPropertyName |
ClientProperties.ClientPropertyName.fromValue(String name)
Deprecated.
|
static ClientProperties.ClientPropertyName |
ClientProperties.ClientPropertyName.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ClientProperties.ClientPropertyName[] |
ClientProperties.ClientPropertyName.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ClientProperties.ClientPropertyName,String> |
ClientProperties.getProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
ClientProperties.getInteger(ClientProperties.ClientPropertyName name)
Deprecated.
|
long |
ClientProperties.getLong(ClientProperties.ClientPropertyName name)
Deprecated.
|
String |
ClientProperties.getProperty(ClientProperties.ClientPropertyName name)
Deprecated.
|
ClientProperties |
ClientProperties.setPropertyValue(ClientProperties.ClientPropertyName name,
String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientProperties |
ClientProperties.setProperties(Map<ClientProperties.ClientPropertyName,String> properties)
Deprecated.
|
Copyright © 2013 Hazelcast, Inc.. All rights reserved.