Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunction
Packages that use EventingFunction
- 
Uses of EventingFunction in com.couchbase.client.java.manager.eventingMethods in com.couchbase.client.java.manager.eventing that return EventingFunctionModifier and TypeMethodDescriptionEventingFunction.Builder.build()Builds the immutableEventingFunction.static EventingFunctionEventingFunction.create(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace) Creates a newEventingFunctionwith the minimal required properties.static EventingFunctionEventingFunction.fromFunction(byte[] encoded) Creates aEventingFunctionfrom a raw JSON.EventingFunctionManager.getFunction(String name) Retrieves aEventingFunctionby its name.EventingFunctionManager.getFunction(String name, GetFunctionOptions options) Retrieves aEventingFunctionby its name with custom options.ScopeEventingFunctionManager.getFunction(String name) Retrieves aEventingFunctionby its name.ScopeEventingFunctionManager.getFunction(String name, GetFunctionOptions options) Retrieves aEventingFunctionby its name with custom options.Methods in com.couchbase.client.java.manager.eventing that return types with arguments of type EventingFunctionModifier and TypeMethodDescriptionstatic List<EventingFunction> EventingFunction.fromExportedFunctions(byte[] encoded) Creates a list ofEventingFunctions from a raw JSON, usually exported from the server UI.AsyncEventingFunctionManager.getAllFunctions()Retrieves allEventingFunctionscurrently stored on the server.AsyncEventingFunctionManager.getAllFunctions(GetAllFunctionsOptions options) Retrieves allEventingFunctionscurrently stored on the server with custom options.AsyncScopeEventingFunctionManager.getAllFunctions()Retrieves allEventingFunctionscurrently stored on the server.AsyncScopeEventingFunctionManager.getAllFunctions(GetAllFunctionsOptions options) Retrieves allEventingFunctionscurrently stored on the server with custom options.EventingFunctionManager.getAllFunctions()Retrieves allEventingFunctionscurrently stored on the server.EventingFunctionManager.getAllFunctions(GetAllFunctionsOptions options) Retrieves allEventingFunctionscurrently stored on the server with custom options.reactor.core.publisher.Flux<EventingFunction> ReactiveEventingFunctionManager.getAllFunctions()Retrieves allEventingFunctionscurrently stored on the server.reactor.core.publisher.Flux<EventingFunction> ReactiveEventingFunctionManager.getAllFunctions(GetAllFunctionsOptions options) Retrieves allEventingFunctionscurrently stored on the server with custom options.reactor.core.publisher.Flux<EventingFunction> ReactiveScopeEventingFunctionManager.getAllFunctions()Retrieves allEventingFunctionscurrently stored on the server.reactor.core.publisher.Flux<EventingFunction> ReactiveScopeEventingFunctionManager.getAllFunctions(GetAllFunctionsOptions options) Retrieves allEventingFunctionscurrently stored on the server with custom options.ScopeEventingFunctionManager.getAllFunctions()Retrieves allEventingFunctionscurrently stored on the server.ScopeEventingFunctionManager.getAllFunctions(GetAllFunctionsOptions options) Retrieves allEventingFunctionscurrently stored on the server with custom options.AsyncEventingFunctionManager.getFunction(String name) Retrieves aEventingFunctionby its name.AsyncEventingFunctionManager.getFunction(String name, GetFunctionOptions options) Retrieves aEventingFunctionby its name with custom options.AsyncScopeEventingFunctionManager.getFunction(String name) Retrieves aEventingFunctionby its name.AsyncScopeEventingFunctionManager.getFunction(String name, GetFunctionOptions options) Retrieves aEventingFunctionby its name with custom options.reactor.core.publisher.Mono<EventingFunction> ReactiveEventingFunctionManager.getFunction(String name) Retrieves aEventingFunctionby its name.reactor.core.publisher.Mono<EventingFunction> ReactiveEventingFunctionManager.getFunction(String name, GetFunctionOptions options) Retrieves aEventingFunctionby its name with custom options.reactor.core.publisher.Mono<EventingFunction> ReactiveScopeEventingFunctionManager.getFunction(String name) Retrieves aEventingFunctionby its name.reactor.core.publisher.Mono<EventingFunction> ReactiveScopeEventingFunctionManager.getFunction(String name, GetFunctionOptions options) Retrieves aEventingFunctionby its name with custom options.Methods in com.couchbase.client.java.manager.eventing with parameters of type EventingFunctionModifier and TypeMethodDescriptionAsyncEventingFunctionManager.upsertFunction(EventingFunction function) Inserts or replaces aEventingFunction.AsyncEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.AsyncScopeEventingFunctionManager.upsertFunction(EventingFunction function) Inserts or replaces aEventingFunction.AsyncScopeEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.voidEventingFunctionManager.upsertFunction(EventingFunction function) Inserts or replaces aEventingFunction.voidEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.reactor.core.publisher.Mono<Void> ReactiveEventingFunctionManager.upsertFunction(EventingFunction function) Inserts or replaces aEventingFunction.reactor.core.publisher.Mono<Void> ReactiveEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.reactor.core.publisher.Mono<Void> ReactiveScopeEventingFunctionManager.upsertFunction(EventingFunction function) Inserts or replaces aEventingFunction.reactor.core.publisher.Mono<Void> ReactiveScopeEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.voidScopeEventingFunctionManager.upsertFunction(EventingFunction function) Inserts or replaces aEventingFunction.voidScopeEventingFunctionManager.upsertFunction(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunctionwith custom options.