@PrivateApi public interface HazelcastProperty
Type | Property and Description |
---|---|
String |
clearSystem
Clears the environmental value of the property.
|
Modifier and Type | Method and Description |
---|---|
String |
clearSystemProperty()
Clears the environmental value of the property.
|
String |
getDefaultValue()
Returns the default value of the property.
|
int |
getIndex()
Gets the index of the property.
|
String |
getName()
Returns the property name.
|
GroupProperty |
getParent()
Returns the parent
GroupProperty of the property. |
String |
getSystemProperty()
Gets the environmental value of the property.
|
TimeUnit |
getTimeUnit()
Returns the
TimeUnit of the property. |
void |
setSystemProperty(String value)
Sets the environmental value of the property.
|
int getIndex()
String getName()
String getDefaultValue()
TimeUnit getTimeUnit()
TimeUnit
of the property.TimeUnit
IllegalArgumentException
- 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.