Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunction
-
Uses of EventingFunction in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunction.Builder.build()
Builds the immutableEventingFunction
.static EventingFunction
EventingFunction.create
(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace) Creates a newEventingFunction
with the minimal required properties.static EventingFunction
EventingFunction.fromFunction
(byte[] encoded) Creates aEventingFunction
from a raw JSON.EventingFunctionManager.getFunction
(String name) Retrieves aEventingFunction
by its name.EventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.ScopeEventingFunctionManager.getFunction
(String name) Retrieves aEventingFunction
by its name.ScopeEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.Modifier and TypeMethodDescriptionstatic List<EventingFunction>
EventingFunction.fromExportedFunctions
(byte[] encoded) Creates a list ofEventingFunction
s from a raw JSON, usually exported from the server UI.AsyncEventingFunctionManager.getAllFunctions()
Retrieves allEventingFunctions
currently stored on the server.AsyncEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.AsyncScopeEventingFunctionManager.getAllFunctions()
Retrieves allEventingFunctions
currently stored on the server.AsyncScopeEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.EventingFunctionManager.getAllFunctions()
Retrieves allEventingFunctions
currently stored on the server.EventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.ReactiveEventingFunctionManager.getAllFunctions()
Retrieves allEventingFunctions
currently stored on the server.ReactiveEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.ReactiveScopeEventingFunctionManager.getAllFunctions()
Retrieves allEventingFunctions
currently stored on the server.ReactiveScopeEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.ScopeEventingFunctionManager.getAllFunctions()
Retrieves allEventingFunctions
currently stored on the server.ScopeEventingFunctionManager.getAllFunctions
(GetAllFunctionsOptions options) Retrieves allEventingFunctions
currently stored on the server with custom options.AsyncEventingFunctionManager.getFunction
(String name) Retrieves aEventingFunction
by its name.AsyncEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.AsyncScopeEventingFunctionManager.getFunction
(String name) Retrieves aEventingFunction
by its name.AsyncScopeEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.ReactiveEventingFunctionManager.getFunction
(String name) Retrieves aEventingFunction
by its name.ReactiveEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.ReactiveScopeEventingFunctionManager.getFunction
(String name) Retrieves aEventingFunction
by its name.ReactiveScopeEventingFunctionManager.getFunction
(String name, GetFunctionOptions options) Retrieves aEventingFunction
by its name with custom options.Modifier and TypeMethodDescriptionAsyncEventingFunctionManager.upsertFunction
(EventingFunction function) Inserts or replaces aEventingFunction
.AsyncEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.AsyncScopeEventingFunctionManager.upsertFunction
(EventingFunction function) Inserts or replaces aEventingFunction
.AsyncScopeEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.void
EventingFunctionManager.upsertFunction
(EventingFunction function) Inserts or replaces aEventingFunction
.void
EventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.ReactiveEventingFunctionManager.upsertFunction
(EventingFunction function) Inserts or replaces aEventingFunction
.ReactiveEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.ReactiveScopeEventingFunctionManager.upsertFunction
(EventingFunction function) Inserts or replaces aEventingFunction
.ReactiveScopeEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.void
ScopeEventingFunctionManager.upsertFunction
(EventingFunction function) Inserts or replaces aEventingFunction
.void
ScopeEventingFunctionManager.upsertFunction
(EventingFunction function, UpsertFunctionOptions options) Inserts or replaces aEventingFunction
with custom options.