Uses of Class
com.couchbase.client.java.manager.eventing.FunctionsStatusOptions
Packages that use FunctionsStatusOptions
- 
Uses of FunctionsStatusOptions in com.couchbase.client.java.manager.eventingMethods in com.couchbase.client.java.manager.eventing that return FunctionsStatusOptionsModifier and TypeMethodDescriptionstatic FunctionsStatusOptionsFunctionsStatusOptions.functionsStatusOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type FunctionsStatusOptionsModifier 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.reactor.core.publisher.Mono<EventingStatus> ReactiveEventingFunctionManager.functionsStatus(FunctionsStatusOptions options) Retrieves helpful status information about all functions currently created on the cluster with custom options.reactor.core.publisher.Mono<EventingStatus> 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.