Class SinglenodeCassandra
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
- io.prestosql.tests.product.launcher.env.environment.SinglenodeCassandra
-
- All Implemented Interfaces:
EnvironmentExtender
public final class SinglenodeCassandra extends EnvironmentProvider
-
-
Field Summary
Fields Modifier and Type Field Description static intCASSANDRA_PORTstatic StringCONTAINER_PRESTO_CASSANDRA_PROPERTIES
-
Constructor Summary
Constructors Modifier Constructor Description protectedSinglenodeCassandra(DockerFiles dockerFiles, PortBinder portBinder, Standard standard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextendEnvironment(Environment.Builder builder)-
Methods inherited from class io.prestosql.tests.product.launcher.env.EnvironmentProvider
createEnvironment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.prestosql.tests.product.launcher.env.common.EnvironmentExtender
getDependencies
-
-
-
-
Field Detail
-
CONTAINER_PRESTO_CASSANDRA_PROPERTIES
public static final String CONTAINER_PRESTO_CASSANDRA_PROPERTIES
- See Also:
- Constant Field Values
-
CASSANDRA_PORT
public static final int CASSANDRA_PORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SinglenodeCassandra
@Inject protected SinglenodeCassandra(DockerFiles dockerFiles, PortBinder portBinder, Standard standard)
-
-
Method Detail
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
-
-