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