Index

C G I O W 
All Classes and Interfaces|All Packages

C

configure() - Method in class org.opensearch.testcontainers.OpenSearchContainer
 

G

getHttpHostAddress() - Method in class org.opensearch.testcontainers.OpenSearchContainer
Return HTTP(s) host and port to connect to OpenSearch container.
getPassword() - Method in class org.opensearch.testcontainers.OpenSearchContainer
Return password to connect to OpenSearch container (if security plugin is enabled)
getTcpHost() - Method in class org.opensearch.testcontainers.OpenSearchContainer
Deprecated.
getUsername() - Method in class org.opensearch.testcontainers.OpenSearchContainer
Return user name to connect to OpenSearch container (if security plugin is enabled)

I

isSecurityEnabled() - Method in class org.opensearch.testcontainers.OpenSearchContainer
Check if security plugin was enabled or not for this container

O

OpenSearchContainer<SELF> - Class in org.opensearch.testcontainers
The OpenSearch Docker container (single node cluster) which exposes by default ports 9200 (http/https) and 9300 (tcp, deprecated).
OpenSearchContainer(String) - Constructor for class org.opensearch.testcontainers.OpenSearchContainer
Create an OpenSearch Container by passing the full docker image name.
OpenSearchContainer(DockerImageName) - Constructor for class org.opensearch.testcontainers.OpenSearchContainer
Create an OpenSearch Container (with security plugin enabled) by passing the full docker image name.
org.opensearch.testcontainers - package org.opensearch.testcontainers
 

W

withSecurityEnabled() - Method in class org.opensearch.testcontainers.OpenSearchContainer
Should the security plugin be enabled or stay disabled (default value).
C G I O W 
All Classes and Interfaces|All Packages