public interface ClusterConnectionInfo
ExternalStorage. Instances of
this interface are automatically injected into test constructor and method parameters with
compatible declared type.| Modifier and Type | Method and Description |
|---|---|
String |
clusterName() |
String |
clusterVersion() |
int |
cqlPort() |
String |
datacenter() |
String |
id() |
boolean |
isDse() |
String |
rack() |
String |
seedAddress() |
int |
storagePort() |
default boolean |
supportsCounters()
Indicates whether the cluster supports CQL COUNTERs.
|
default boolean |
supportsSAI() |
String id()
String seedAddress()
int storagePort()
int cqlPort()
String clusterVersion()
boolean isDse()
String clusterName()
String datacenter()
String rack()
default boolean supportsCounters()
default boolean supportsSAI()
Copyright © 2021. All rights reserved.