| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RestEndpointGroup | 
RestEndpointGroup.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RestEndpointGroup[] | 
RestEndpointGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<RestEndpointGroup> | 
RestApiConfig.getEnabledGroups()
Returns a not- 
null set of enabled REST endpoint groups. | 
Set<RestEndpointGroup> | 
RestServerEndpointConfig.getEnabledGroups()
Returns a not- 
null set of enabled REST endpoint groups. | 
| Modifier and Type | Method and Description | 
|---|---|
RestApiConfig | 
RestApiConfig.disableGroups(RestEndpointGroup... endpointGroups)
Disables provided REST endpoint groups. 
 | 
RestServerEndpointConfig | 
RestServerEndpointConfig.disableGroups(RestEndpointGroup... endpointGroups)
Disables provided REST endpoint groups. 
 | 
RestApiConfig | 
RestApiConfig.enableGroups(RestEndpointGroup... endpointGroups)
Enables provided REST endpoint groups. 
 | 
RestServerEndpointConfig | 
RestServerEndpointConfig.enableGroups(RestEndpointGroup... endpointGroups)
Enables provided REST endpoint groups. 
 | 
boolean | 
RestApiConfig.isGroupEnabled(RestEndpointGroup group)
Checks if given REST endpoint group is enabled. 
 | 
boolean | 
RestServerEndpointConfig.isGroupEnabled(RestEndpointGroup group)
Checks if given REST endpoint group is enabled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RestApiConfig | 
RestApiConfig.setEnabledGroups(Collection<RestEndpointGroup> groups)  | 
RestServerEndpointConfig | 
RestServerEndpointConfig.setEnabledGroups(Collection<RestEndpointGroup> groups)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.