Skip navigation links
B C G H O V W 

B

BucketDefinition - Class in org.testcontainers.couchbase
Allows to configure the properties of a bucket that should be created.
BucketDefinition(String) - Constructor for class org.testcontainers.couchbase.BucketDefinition
 

C

configure() - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
containerIsStarted(InspectContainerResponse) - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
containerIsStarting(InspectContainerResponse) - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
CouchbaseContainer - Class in org.testcontainers.couchbase
Testcontainers implementation for Couchbase.
CouchbaseContainer() - Constructor for class org.testcontainers.couchbase.CouchbaseContainer
Deprecated.
CouchbaseContainer(String) - Constructor for class org.testcontainers.couchbase.CouchbaseContainer
Creates a new couchbase container with the specified image name.
CouchbaseContainer(DockerImageName) - Constructor for class org.testcontainers.couchbase.CouchbaseContainer
Create a new couchbase container with the specified image name.
CouchbaseService - Enum in org.testcontainers.couchbase
Describes the different services that should be exposed on the container.

G

getBootstrapCarrierDirectPort() - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
getBootstrapHttpDirectPort() - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
getConnectionString() - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
getName() - Method in class org.testcontainers.couchbase.BucketDefinition
 
getNumReplicas() - Method in class org.testcontainers.couchbase.BucketDefinition
 
getPassword() - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
getQuota() - Method in class org.testcontainers.couchbase.BucketDefinition
 
getUsername() - Method in class org.testcontainers.couchbase.CouchbaseContainer
 

H

hasFlushEnabled() - Method in class org.testcontainers.couchbase.BucketDefinition
 
hasPrimaryIndex() - Method in class org.testcontainers.couchbase.BucketDefinition
 

O

org.testcontainers.couchbase - package org.testcontainers.couchbase
 

V

valueOf(String) - Static method in enum org.testcontainers.couchbase.CouchbaseService
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.testcontainers.couchbase.CouchbaseService
Returns an array containing the constants of this enum type, in the order they are declared.

W

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.
B C G H O V W 
Skip navigation links