Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientProperty
Defines the name and default value for Hazelcast Client properties.
|
Modifier and Type | Method and Description |
---|---|
String |
ClientConfig.getProperty(HazelcastProperty property)
Gets a
HazelcastProperty already set or from system properties if not exists. |
ClientConfig |
ClientConfig.setProperty(HazelcastProperty property,
String value)
Sets the value of a
HazelcastProperty . |
Modifier and Type | Method and Description |
---|---|
String |
Config.getProperty(HazelcastProperty property)
Gets a
HazelcastProperty already set or from system properties if not exists. |
Config |
Config.setProperty(HazelcastProperty property,
String value)
Sets the value of a
HazelcastProperty . |
Modifier and Type | Class and Description |
---|---|
class |
GroupProperty
Defines the name and default value for Hazelcast properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HazelcastProperties.getBoolean(HazelcastProperty groupProperty)
Returns the configured boolean value of a
HazelcastProperty . |
float |
HazelcastProperties.getFloat(HazelcastProperty groupProperty)
Returns the configured float value of a
HazelcastProperty . |
int |
HazelcastProperties.getInteger(HazelcastProperty groupProperty)
Returns the configured int value of a
HazelcastProperty . |
long |
HazelcastProperties.getLong(HazelcastProperty groupProperty)
Returns the configured long value of a
HazelcastProperty . |
long |
HazelcastProperties.getMillis(HazelcastProperty groupProperty)
Returns the configured value of a
HazelcastProperty converted to milliseconds. |
long |
HazelcastProperties.getNanos(HazelcastProperty groupProperty)
Returns the configured value of a
HazelcastProperty converted to nanoseconds. |
int |
HazelcastProperties.getSeconds(HazelcastProperty groupProperty)
Returns the configured value of a
HazelcastProperty converted to seconds. |
String |
HazelcastProperties.getString(HazelcastProperty groupProperty)
Returns the configured value of a
HazelcastProperty as String. |
protected void |
HazelcastProperties.initProperties(Properties properties,
HazelcastProperty[] hazelcastProperties)
Creates a container with configured Hazelcast properties.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.