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) Deprecated, for removal: This API element is subject to removal in a future version.static RestEndpointGroup
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static RestEndpointGroup[]
RestEndpointGroup.values()
Deprecated, for removal: This API element is subject to removal in a future version.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()
Deprecated, for removal: This API element is subject to removal in a future version.RestApiConfig.getEnabledGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a not-null
set of enabled REST endpoint groups.RestServerEndpointConfig.getEnabledGroups()
Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Disables provided REST endpoint groups.RestServerEndpointConfig.disableGroups
(RestEndpointGroup... endpointGroups) Deprecated, for removal: This API element is subject to removal in a future version.Disables provided REST endpoint groups.RestApiConfig.enableGroups
(RestEndpointGroup... endpointGroups) Deprecated, for removal: This API element is subject to removal in a future version.Enables provided REST endpoint groups.RestServerEndpointConfig.enableGroups
(RestEndpointGroup... endpointGroups) Deprecated, for removal: This API element is subject to removal in a future version.Enables provided REST endpoint groups.boolean
RestApiConfig.isGroupEnabled
(RestEndpointGroup group) Deprecated, for removal: This API element is subject to removal in a future version.Checks if given REST endpoint group is enabled.boolean
RestServerEndpointConfig.isGroupEnabled
(RestEndpointGroup group) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.RestServerEndpointConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups) Deprecated, for removal: This API element is subject to removal in a future version.