Uses of Class
com.couchbase.client.java.manager.eventing.GetAllFunctionsOptions
-
Uses of GetAllFunctionsOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic GetAllFunctionsOptions
GetAllFunctionsOptions.getAllFunctionsOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.AsyncScopeEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.EventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.ReactiveEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.ReactiveScopeEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.ScopeEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.