Uses of Enum
com.couchbase.client.core.config.ConfigRefreshFailure
Packages that use ConfigRefreshFailure
-
Uses of ConfigRefreshFailure in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return ConfigRefreshFailureModifier and TypeMethodDescriptionstatic ConfigRefreshFailureReturns the enum constant of this type with the specified name.static ConfigRefreshFailure[]ConfigRefreshFailure.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.config with parameters of type ConfigRefreshFailureModifier and TypeMethodDescriptionvoidConfigurationProvider.signalConfigRefreshFailed(ConfigRefreshFailure failure) Signals to the config provider that certain types of config refreshes failed and action might need to be taken.voidDefaultConfigurationProvider.signalConfigRefreshFailed(ConfigRefreshFailure failure)