Uses of Class
com.couchbase.client.java.manager.eventing.UpsertFunctionOptions
-
Uses of UpsertFunctionOptions in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionstatic UpsertFunctionOptions
UpsertFunctionOptions.upsertFunctionOptions()
Creates a new instance with default values.Modifier 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.