| 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 | Method and Description | 
|---|---|
| String | ClientConfig. getProperty(HazelcastProperty property)Deprecated. 
 since Hazelcast 3.7 | 
| ClientConfig | ClientConfig. setProperty(HazelcastProperty property,
           String value)Deprecated. 
 since Hazelcast 3.7 | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Config. getProperty(HazelcastProperty property)Deprecated. 
 since Hazelcast 3.7 | 
| Config | Config. setProperty(HazelcastProperty property,
           String value)Deprecated. 
 since Hazelcast 3.7 | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | HazelcastProperties. getBoolean(HazelcastProperty property)Deprecated.  Returns the configured boolean value of a  HazelcastProperty. | 
| float | HazelcastProperties. getFloat(HazelcastProperty property)Deprecated.  Returns the configured float value of a  HazelcastProperty. | 
| int | HazelcastProperties. getInteger(HazelcastProperty property)Deprecated.  Returns the configured int value of a  HazelcastProperty. | 
| long | HazelcastProperties. getLong(HazelcastProperty property)Deprecated.  Returns the configured long value of a  HazelcastProperty. | 
| long | HazelcastProperties. getMillis(HazelcastProperty property)Deprecated.  Returns the configured value of a  HazelcastPropertyconverted to milliseconds. | 
| long | HazelcastProperties. getNanos(HazelcastProperty property)Deprecated.  Returns the configured value of a  HazelcastPropertyconverted to nanoseconds. | 
| int | HazelcastProperties. getSeconds(HazelcastProperty property)Deprecated.  Returns the configured value of a  HazelcastPropertyconverted to seconds. | 
| String | HazelcastProperties. getString(HazelcastProperty property)Deprecated.  Returns the configured value of a  HazelcastPropertyas String. | 
| Constructor and Description | 
|---|
| HazelcastProperties(Properties nullableProperties,
                   HazelcastProperty[] hazelcastProperties)Deprecated.  Creates a container with configured Hazelcast properties. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.