Uses of Class
com.couchbase.client.core.cnc.events.config.BucketConfigRefreshFailedEvent.RefresherType
-
Packages that use BucketConfigRefreshFailedEvent.RefresherType Package Description com.couchbase.client.core.cnc.events.config -
-
Uses of BucketConfigRefreshFailedEvent.RefresherType in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return BucketConfigRefreshFailedEvent.RefresherType Modifier and Type Method Description static BucketConfigRefreshFailedEvent.RefresherType
BucketConfigRefreshFailedEvent.RefresherType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketConfigRefreshFailedEvent.RefresherType[]
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.RefresherType Constructor Description BucketConfigRefreshFailedEvent(Context context, BucketConfigRefreshFailedEvent.RefresherType type, BucketConfigRefreshFailedEvent.Reason reason, Optional<Object> cause)
-