Uses of Enum Class
com.hazelcast.config.RestEndpointGroup
Packages that use RestEndpointGroup
-
Uses of RestEndpointGroup in com.hazelcast.config
Methods in com.hazelcast.config that return RestEndpointGroupModifier 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.Methods in com.hazelcast.config that return types with arguments of type RestEndpointGroupModifier 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.Methods in com.hazelcast.config with parameters of type RestEndpointGroupModifier 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.Method parameters in com.hazelcast.config with type arguments of type RestEndpointGroupModifier and TypeMethodDescriptionRestApiConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups) RestServerEndpointConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups)