Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionBucketBinding
Packages that use EventingFunctionBucketBinding
-
Uses of EventingFunctionBucketBinding in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionBucketBindingModifier and TypeMethodDescriptionEventingFunctionBucketBinding.createReadOnly
(String alias, EventingFunctionKeyspace keyspace) Creates a read-only bucket binding.EventingFunctionBucketBinding.createReadWrite
(String alias, EventingFunctionKeyspace keyspace) Creates a read-write bucket binding.Methods in com.couchbase.client.java.manager.eventing that return types with arguments of type EventingFunctionBucketBindingModifier and TypeMethodDescriptionEventingFunction.bucketBindings()
The bucket bindings for the function.Method parameters in com.couchbase.client.java.manager.eventing with type arguments of type EventingFunctionBucketBindingModifier and TypeMethodDescriptionEventingFunction.Builder.bucketBindings
(List<EventingFunctionBucketBinding> bucketBindings) Sets the bucket bindings for the function.