@PrivateApi @Deprecated public interface HazelcastProperty
| Type | Property and Description | 
|---|---|
| String | clearSystemDeprecated.  Clears the environmental value of the property. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | clearSystemProperty()Deprecated.  Clears the environmental value of the property. | 
| String | getDefaultValue()Deprecated.  Returns the default value of the property. | 
| int | getIndex()Deprecated.  Gets the index of the property. | 
| String | getName()Deprecated.  Returns the property name. | 
| GroupProperty | getParent()Deprecated.  Returns the parent  GroupPropertyof the property. | 
| String | getSystemProperty()Deprecated.  Gets the environmental value of the property. | 
| TimeUnit | getTimeUnit()Deprecated.  Returns the  TimeUnitof the property. | 
| void | setSystemProperty(String value)Deprecated.  Sets the environmental value of the property. | 
int getIndex()
String getName()
String getDefaultValue()
TimeUnit getTimeUnit()
TimeUnit of the property.TimeUnitIllegalArgumentException - if no TimeUnit is definedGroupProperty getParent()
GroupProperty of the property.GroupProperty or null if none is definedvoid setSystemProperty(String value)
value - the value to setString getSystemProperty()
String clearSystemProperty()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.