Uses of Enum Class
com.hazelcast.config.RestEndpointGroup
-
Uses of RestEndpointGroup in com.hazelcast.config
Modifier and TypeMethodDescriptionstatic RestEndpointGroup
RestEndpointGroup.getRestEndpointGroup
(int code) static RestEndpointGroup
Returns the enum constant of this class with the specified name.static RestEndpointGroup[]
RestEndpointGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Collection<RestEndpointGroup>
RestEndpointGroup.getAllEndpointGroups()
RestApiConfig.getEnabledGroups()
Returns a not-null
set of enabled REST endpoint groups.RestServerEndpointConfig.getEnabledGroups()
Returns a not-null
set of enabled REST endpoint groups.Modifier and TypeMethodDescriptionRestApiConfig.disableGroups
(RestEndpointGroup... endpointGroups) Disables provided REST endpoint groups.RestServerEndpointConfig.disableGroups
(RestEndpointGroup... endpointGroups) Disables provided REST endpoint groups.RestApiConfig.enableGroups
(RestEndpointGroup... endpointGroups) Enables provided REST endpoint groups.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 TypeMethodDescriptionRestApiConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups) RestServerEndpointConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups)