@PrivateApi @Deprecated public interface HazelcastProperty
| Type | Property and Description | 
|---|---|
String | 
clearSystem
Deprecated.  
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  
GroupProperty of the property. | 
String | 
getSystemProperty()
Deprecated.  
Gets the environmental value of the property. 
 | 
TimeUnit | 
getTimeUnit()
Deprecated.  
Returns the  
TimeUnit of 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.