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()
Disables all REST endpoint groups.RestApiConfig.disableGroups
(RestEndpointGroup... endpointGroups) Disables provided REST endpoint groups.RestApiConfig.enableAllGroups()
Enables all REST endpoint groups.RestApiConfig.enableGroups
(RestEndpointGroup... endpointGroups) Enables provided REST endpoint groups.NetworkConfig.getRestApiConfig()
RestApiConfig.setEnabled
(boolean enabled) Enables or disables the REST API on the member.RestApiConfig.setEnabledGroups
(Collection<RestEndpointGroup> groups) Methods in com.hazelcast.config with parameters of type RestApiConfig