- withAnalyticsService() - Method in class org.testcontainers.couchbase.CouchbaseContainer
-
Enables the analytics service which is not enabled by default.
- withBucket(BucketDefinition) - Method in class org.testcontainers.couchbase.CouchbaseContainer
-
- withCredentials(String, String) - Method in class org.testcontainers.couchbase.CouchbaseContainer
-
Set custom username and password for the admin user.
- withEnabledServices(CouchbaseService...) - Method in class org.testcontainers.couchbase.CouchbaseContainer
-
- withEventingService() - Method in class org.testcontainers.couchbase.CouchbaseContainer
-
Enables the eventing service which is not enabled by default.
- withFlushEnabled(boolean) - Method in class org.testcontainers.couchbase.BucketDefinition
-
Enables flush for this bucket (disabled by default).
- withPrimaryIndex(boolean) - Method in class org.testcontainers.couchbase.BucketDefinition
-
Allows to disable creating a primary index for this bucket (enabled by default).
- withQuota(int) - Method in class org.testcontainers.couchbase.BucketDefinition
-
Sets a custom bucket quota (100MiB by default).
- withReplicas(int) - Method in class org.testcontainers.couchbase.BucketDefinition
-
Allows to configure the number of replicas on a bucket (defaults to 0).
- withServiceQuota(CouchbaseService, int) - Method in class org.testcontainers.couchbase.CouchbaseContainer
-
Configures a custom memory quota for a given service.