Uses of Enum
com.couchbase.client.core.cnc.events.config.BucketConfigRefreshFailedEvent.RefresherType
Packages that use BucketConfigRefreshFailedEvent.RefresherType
-
Uses of BucketConfigRefreshFailedEvent.RefresherType in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return BucketConfigRefreshFailedEvent.RefresherTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.BucketConfigRefreshFailedEvent.RefresherType.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 BucketConfigRefreshFailedEvent.RefresherTypeModifierConstructorDescriptionBucketConfigRefreshFailedEvent
(Context context, BucketConfigRefreshFailedEvent.RefresherType type, BucketConfigRefreshFailedEvent.Reason reason, Optional<Object> cause)