Uses of Class
com.couchbase.client.java.manager.eventing.EventingStatus
Packages that use EventingStatus
-
Uses of EventingStatus in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingStatusModifier and TypeMethodDescriptionEventingFunctionManager.functionsStatus()
Retrieves helpful status information about all functions currently created on the cluster.EventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.Methods in com.couchbase.client.java.manager.eventing that return types with arguments of type EventingStatusModifier and TypeMethodDescriptionAsyncEventingFunctionManager.functionsStatus()
Retrieves helpful status information about all functions currently created on the cluster.AsyncEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.ReactiveEventingFunctionManager.functionsStatus()
Retrieves helpful status information about all functions currently created on the cluster.ReactiveEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.