Uses of Class
com.couchbase.client.java.manager.eventing.UpsertFunctionOptions
Packages that use UpsertFunctionOptions
-
Uses of UpsertFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return UpsertFunctionOptionsModifier and TypeMethodDescriptionstatic UpsertFunctionOptions
UpsertFunctionOptions.upsertFunctionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type UpsertFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.AsyncScopeEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.void
EventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.ReactiveEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.ReactiveScopeEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.void
ScopeEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.