Index

A B C E G H I K O Q S V W 
All Classes and Interfaces|All Packages

A

ANALYTICS - Enum constant in enum class org.testcontainers.couchbase.CouchbaseService
Analytics service.

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
 
containerIsStarted(InspectContainerResponse, boolean) - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
containerIsStarting(InspectContainerResponse) - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
containerIsStarting(InspectContainerResponse, boolean) - Method in class org.testcontainers.couchbase.CouchbaseContainer
 
CouchbaseContainer - Class in org.testcontainers.couchbase
Testcontainers implementation for Couchbase.
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 Class in org.testcontainers.couchbase
Describes the different services that should be exposed on the container.

E

EVENTING - Enum constant in enum class org.testcontainers.couchbase.CouchbaseService
Eventing service.

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
 

I

INDEX - Enum constant in enum class org.testcontainers.couchbase.CouchbaseService
Indexing service (needed if QUERY is also used!).

K

KV - Enum constant in enum class org.testcontainers.couchbase.CouchbaseService
Key-Value service.

O

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

Q

QUERY - Enum constant in enum class org.testcontainers.couchbase.CouchbaseService
Query (N1QL) service.

S

SEARCH - Enum constant in enum class org.testcontainers.couchbase.CouchbaseService
Search (FTS) service.

V

valueOf(String) - Static method in enum class org.testcontainers.couchbase.CouchbaseService
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.testcontainers.couchbase.CouchbaseService
Returns an array containing the constants of this enum class, 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.
A B C E G H I K O Q S V W 
All Classes and Interfaces|All Packages