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 EventingFunctionKeyspace
EventingFunctionKeyspace. create(Collection collection)
Creates a keyspace by extracting bucket, scope and collection from the collection instance.static EventingFunctionKeyspace
EventingFunctionKeyspace. create(String bucket)
Creates a keyspace with a bucket name and default scope and default collection.static EventingFunctionKeyspace
EventingFunctionKeyspace. create(String bucket, String collection)
Creates a keyspace with a bucket name, collection name and default scope.static EventingFunctionKeyspace
EventingFunctionKeyspace. create(String bucket, String scope, String collection)
Creates a keyspace with bucket name, scope name and collection name.EventingFunctionKeyspace
EventingFunctionBucketBinding. keyspace()
Returns the keyspace triple this bucket is accessing.EventingFunctionKeyspace
EventingFunction. metadataKeyspace()
The keyspace where eventing stores the metadata for the function.EventingFunctionKeyspace
EventingFunction. 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.Builder
EventingFunction. builder(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace)
Creates aEventingFunction.Builder
that can be used to further customize theEventingFunction
beyond the defaults.static EventingFunction
EventingFunction. create(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace)
Creates a newEventingFunction
with the minimal required properties.static EventingFunctionBucketBinding
EventingFunctionBucketBinding. createReadOnly(String alias, EventingFunctionKeyspace keyspace)
Creates a read-only bucket binding.static EventingFunctionBucketBinding
EventingFunctionBucketBinding. createReadWrite(String alias, EventingFunctionKeyspace keyspace)
Creates a read-write bucket binding.
-