Uses of Enum
com.couchbase.client.core.config.ConfigRefreshFailure
-
Uses of ConfigRefreshFailure in com.couchbase.client.core.config
Modifier and TypeMethodDescriptionstatic ConfigRefreshFailure
Returns 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.Modifier and TypeMethodDescriptionvoid
ConfigurationProvider.signalConfigRefreshFailed
(ConfigRefreshFailure failure) Signals to the config provider that certain types of config refreshes failed and action might need to be taken.void
DefaultConfigurationProvider.signalConfigRefreshFailed
(ConfigRefreshFailure failure)