Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
static RestEndpointGroup |
RestEndpointGroup.getRestEndpointGroup(int code) |
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 |
---|---|
static Collection<RestEndpointGroup> |
RestEndpointGroup.getAllEndpointGroups() |
Set<RestEndpointGroup> |
RestServerEndpointConfig.getEnabledGroups()
Returns a not-
null set of enabled REST endpoint groups. |
Set<RestEndpointGroup> |
RestApiConfig.getEnabledGroups()
Returns a not-
null set of enabled REST endpoint groups. |
Modifier and Type | Method and Description |
---|---|
RestServerEndpointConfig |
RestServerEndpointConfig.disableGroups(RestEndpointGroup... endpointGroups)
Disables provided REST endpoint groups.
|
RestApiConfig |
RestApiConfig.disableGroups(RestEndpointGroup... endpointGroups)
Disables provided REST endpoint groups.
|
RestServerEndpointConfig |
RestServerEndpointConfig.enableGroups(RestEndpointGroup... endpointGroups)
Enables provided REST endpoint groups.
|
RestApiConfig |
RestApiConfig.enableGroups(RestEndpointGroup... endpointGroups)
Enables provided REST endpoint groups.
|
boolean |
RestServerEndpointConfig.isGroupEnabled(RestEndpointGroup group)
Checks if given REST endpoint group is enabled.
|
boolean |
RestApiConfig.isGroupEnabled(RestEndpointGroup group)
Checks if given REST endpoint group is enabled.
|
Modifier and Type | Method and Description |
---|---|
RestServerEndpointConfig |
RestServerEndpointConfig.setEnabledGroups(Collection<RestEndpointGroup> groups) |
RestApiConfig |
RestApiConfig.setEnabledGroups(Collection<RestEndpointGroup> groups) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.