Uses of Class
com.couchbase.client.java.manager.eventing.FunctionsStatusOptions
-
Uses of FunctionsStatusOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic FunctionsStatusOptions
FunctionsStatusOptions.functionsStatusOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.AsyncScopeEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.EventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.ReactiveEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.ReactiveScopeEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.ScopeEventingFunctionManager.functionsStatus
(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.