Uses of Class
com.hazelcast.config.RestApiConfig
Packages that use RestApiConfig
-
Uses of RestApiConfig in com.hazelcast.config
Methods in com.hazelcast.config that return RestApiConfigModifier and TypeMethodDescriptionRestApiConfig.disableAllGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Disables all REST endpoint groups.RestApiConfig.disableGroups
(RestEndpointGroup... endpointGroups) Deprecated, for removal: This API element is subject to removal in a future version.Disables provided REST endpoint groups.RestApiConfig.enableAllGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Enables all 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.NetworkConfig.getRestApiConfig()
Deprecated, for removal: This API element is subject to removal in a future version.since 5.5, use Config.getRestConfig() instead.RestApiConfig.setEnabled
(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.Enables or disables the REST API on the member.RestApiConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hazelcast.config with parameters of type RestApiConfig