public static class ExternalStorage.CcmCluster extends ExternalStorage.Cluster
| Constructor and Description |
|---|
CcmCluster(ClusterSpec spec,
org.junit.jupiter.api.extension.ExtensionContext context) |
CcmCluster(ClusterSpec spec,
Map<String,Object> cassandraConfig,
Map<String,Object> dseConfig,
org.junit.jupiter.api.extension.ExtensionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
clusterName() |
String |
clusterVersion() |
int |
cqlPort() |
String |
datacenter() |
String |
infoForTestLog() |
boolean |
isDse() |
String |
rack() |
String |
seedAddress() |
void |
start() |
void |
stop() |
int |
storagePort() |
errorsDetected, idclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsCounters, supportsSAIpublic CcmCluster(ClusterSpec spec, org.junit.jupiter.api.extension.ExtensionContext context)
public void start()
start in class ExternalStorage.Clusterpublic void close()
close in interface AutoCloseableclose in interface org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResourceclose in class ExternalResource.Holderpublic void stop()
public String infoForTestLog()
infoForTestLog in class ExternalStorage.Clusterpublic String seedAddress()
public int storagePort()
public int cqlPort()
public String clusterName()
public String clusterVersion()
public boolean isDse()
public String datacenter()
public String rack()
Copyright © 2021. All rights reserved.