Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionKeyspace
-
Packages that use EventingFunctionKeyspace Package Description com.couchbase.client.java.manager.eventing -
-
Uses of EventingFunctionKeyspace in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionKeyspace Modifier and Type Method Description static EventingFunctionKeyspaceEventingFunctionKeyspace. create(Collection collection)Creates a keyspace by extracting bucket, scope and collection from the collection instance.static EventingFunctionKeyspaceEventingFunctionKeyspace. create(String bucket)Creates a keyspace with a bucket name and default scope and default collection.static EventingFunctionKeyspaceEventingFunctionKeyspace. create(String bucket, String collection)Creates a keyspace with a bucket name, collection name and default scope.static EventingFunctionKeyspaceEventingFunctionKeyspace. create(String bucket, String scope, String collection)Creates a keyspace with bucket name, scope name and collection name.EventingFunctionKeyspaceEventingFunctionBucketBinding. keyspace()Returns the keyspace triple this bucket is accessing.EventingFunctionKeyspaceEventingFunction. metadataKeyspace()The keyspace where eventing stores the metadata for the function.EventingFunctionKeyspaceEventingFunction. sourceKeyspace()The source keyspace where the actual data is accessed from.Methods in com.couchbase.client.java.manager.eventing with parameters of type EventingFunctionKeyspace Modifier and Type Method Description static EventingFunction.BuilderEventingFunction. builder(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace)Creates aEventingFunction.Builderthat can be used to further customize theEventingFunctionbeyond the defaults.static EventingFunctionEventingFunction. create(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace)Creates a newEventingFunctionwith the minimal required properties.static EventingFunctionBucketBindingEventingFunctionBucketBinding. createReadOnly(String alias, EventingFunctionKeyspace keyspace)Creates a read-only bucket binding.static EventingFunctionBucketBindingEventingFunctionBucketBinding. createReadWrite(String alias, EventingFunctionKeyspace keyspace)Creates a read-write bucket binding.
-