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