Uses of Enum
com.couchbase.client.core.cnc.events.config.CollectionMapRefreshFailedEvent.Reason
Packages that use CollectionMapRefreshFailedEvent.Reason
-
Uses of CollectionMapRefreshFailedEvent.Reason in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return CollectionMapRefreshFailedEvent.ReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CollectionMapRefreshFailedEvent.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.cnc.events.config with parameters of type CollectionMapRefreshFailedEvent.ReasonModifierConstructorDescriptionCollectionMapRefreshFailedEvent
(Duration duration, Context context, CollectionIdentifier collectionIdentifier, Throwable cause, CollectionMapRefreshFailedEvent.Reason reason)