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 UpsertFunctionOptionsUpsertFunctionOptions.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 aEventingFunctionwith custom options.AsyncScopeEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.voidEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.ReactiveEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.ReactiveScopeEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.voidScopeEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.