Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Method and Description |
---|---|
GroupProperty |
ClientProperty.getParent() |
Modifier and Type | Method and Description |
---|---|
GroupProperty |
HazelcastProperty.getParent()
Returns the parent
GroupProperty of the property. |
GroupProperty |
GroupProperty.getParent() |
static GroupProperty |
GroupProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupProperty[] |
GroupProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<E extends Enum> |
HazelcastProperties.getEnum(GroupProperty groupProperty,
Class<E> enumClazz)
Returns the configured enum value of a
GroupProperty . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.