A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addInstance(String, String, Consumer<IInstanceConfig>) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- addInstance(String, String, Consumer<IInstanceConfig>) - Method in interface org.apache.cassandra.testing.IClusterExtension
-
Create a new instance and add it to the cluster, without starting it.
- additionalInstanceConfig - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- additionalInstanceConfig(Map<String, Object>) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
additionalInstanceConfigand returns a reference to this Builder enabling method chaining. - addSanDnsName(String) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- addSanUriName(String) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- afterClusterProvisioned() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to perform an action after the cluster has been successfully provisioned
- afterClusterShutdown() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to perform an action after the cluster has shutdown
- alias(String) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- awaitGossipStatus(IInstance, IInstance, String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- awaitGossipStatus(IInstance, IInstance, String) - Method in interface org.apache.cassandra.testing.IClusterExtension
-
Waits for the target instance to have the desired status.
- awaitRingState(IInstance, IInstance, String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- awaitRingState(IInstance, IInstance, String) - Method in interface org.apache.cassandra.testing.IClusterExtension
-
Waits for the ring to have the target instance with the provided state.
- awaitRingStatus(IInstance, IInstance, String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- awaitRingStatus(IInstance, IInstance, String) - Method in interface org.apache.cassandra.testing.IClusterExtension
-
Wait for the ring to have the target instance with the provided status.
B
- beforeClusterProvisioning() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to perform an action before the cluster provisioning
- beforeClusterShutdown() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to perform an action before the cluster stops
- beforeSidecarStop() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to perform an action before Sidecar stops
- beforeTestStart() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to perform an action before the tests start
- bootstrap(IInstanceConfig) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- buildIssuedBy(CertificateBundle) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- buildIssuedBy(CertificateBundle, String) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- buildSelfSigned() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
C
- CASSANDRA_INTEGRATION_TEST_ENABLE_MTLS - Static variable in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
-
A system property that can enable / disable testing with Mutual TLS
- CassandraCluster<I extends org.apache.cassandra.distributed.api.IInstance> - Class in org.apache.cassandra.distributed.impl
-
Implements the
IClusterExtensioninterface, delegating the functionality to thedelegate. - CassandraCluster(String, ClusterBuilderConfiguration) - Constructor for class org.apache.cassandra.distributed.impl.CassandraCluster
- certificate() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- CertificateBuilder - Class in org.apache.cassandra.testing.utils.tls
-
A utility class to generate certificates for tests.
- CertificateBuilder() - Constructor for class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- CertificateBundle - Class in org.apache.cassandra.testing.utils.tls
-
This class is copied from the Apache Cassandra code
- CertificateBundle(String, X509Certificate[], X509Certificate, KeyPair, String) - Constructor for class org.apache.cassandra.testing.utils.tls.CertificateBundle
- certificatePath() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- checkAndResetUncaughtExceptions() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- close() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- close() - Method in class org.apache.cassandra.sidecar.testing.TemporaryCqlSessionProvider
- close() - Method in class org.apache.cassandra.testing.utils.WithProperties
- closeCluster() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Closes the cluster and its resources
- closeDTestJarClassLoader() - Method in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
- cluster - Variable in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- ClusterBuilderConfiguration - Class in org.apache.cassandra.testing
-
Defines the configuration to build the
IClusterExtensioncluster - ClusterBuilderConfiguration() - Constructor for class org.apache.cassandra.testing.ClusterBuilderConfiguration
- ClusterUtils - Class in org.apache.cassandra.testing.utils
-
Utilities for working with jvm-dtest clusters.
- ClusterUtils.RingInstanceDetails - Class in org.apache.cassandra.testing.utils
- configurationOverrides() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Override to provide additional options to configure sidecar
- configureDefaultDTestJarProperties() - Static method in class org.apache.cassandra.testing.TestUtils
-
Defaults to run in-jvm dtest
- coordinator(int) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- cqlSessionProvider() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase.IntegrationTestModule
- CREATE_TEST_TABLE_STATEMENT - Static variable in class org.apache.cassandra.testing.TestUtils
- createDriverCluster(ICluster<? extends IInstance>) - Static method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- createTestKeyspace(String, Map<String, Integer>) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- createTestKeyspace(QualifiedName, Map<String, Integer>) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- createTestTable(QualifiedName, String) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
D
- DC1_RF1 - Static variable in class org.apache.cassandra.testing.TestUtils
- DC1_RF2_DC2_RF2 - Static variable in class org.apache.cassandra.testing.TestUtils
- DC1_RF3 - Static variable in class org.apache.cassandra.testing.TestUtils
- DC1_RF3_DC2_RF3 - Static variable in class org.apache.cassandra.testing.TestUtils
- dcAndRackSupplier - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- dcAndRackSupplier(IntFunction<NetworkTopology.DcAndRack>) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets a supplier function that provides datacenter and rack information for each node in the cluster.
- dcCount - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- dcCount(int) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
dcCountand returns a reference to this Builder enabling method chaining. - delegate() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- delegate() - Method in interface org.apache.cassandra.testing.IClusterExtension
- deliverMessage(InetSocketAddress, IMessage) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- dnsResolver - Variable in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- dnsResolver() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase.IntegrationTestModule
- dtestJarClassLoader - Variable in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
- dynamicPortAllocation - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- dynamicPortAllocation(boolean) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
dynamicPortAllocationand returns a reference to this Builder enabling method chaining.
E
- ecp256Algorithm() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- EMPTY_PASSWORD - Static variable in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- EMPTY_PASSWORD_STRING - Static variable in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- equals(Object) - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
- equals(Object) - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
- evenlyDistributedTokens(int, int, int, int) - Static method in class org.apache.cassandra.testing.TestTokenSupplier
-
Tokens are allocation used in tests to simulate token allocation nodes for an approx even distribution in a multiDC environment with neighboring nodes different DCs allocated adjacent tokens.
- evenlyDistributedTokens(Partitioner, int, int, int, int) - Static method in class org.apache.cassandra.testing.TestTokenSupplier
-
Tokens are allocation used in tests to simulate token allocation nodes for an approx even distribution in a multiDC environment with neighboring nodes different DCs allocated adjacent tokens.
- executeActionOnDTestClassLoader(IsolatedDTestClassLoaderWrapper.ExecutableAction<T>) - Method in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
- executeExceptionableActionOnDTestClassLoader(IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction<T>) - Method in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
F
- features - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- filters() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- forEach(Consumer<? super I>) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- fromClassName(String) - Static method in enum org.apache.cassandra.testing.Partitioner
G
- generateRfString(Map<String, Integer>) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- get() - Method in class org.apache.cassandra.sidecar.testing.TemporaryCqlSessionProvider
- get(int) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- get(InetSocketAddress) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- getAddress() - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
- getFirstRunningInstance() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- getFirstRunningInstance() - Method in interface org.apache.cassandra.testing.IClusterExtension
- getIfConnected() - Method in class org.apache.cassandra.sidecar.testing.TemporaryCqlSessionProvider
- getState() - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
- getStatus() - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
- getToken() - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
H
- hashCode() - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
- hashCode() - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
I
- IClusterExtension<I extends org.apache.cassandra.distributed.api.IInstance> - Interface in org.apache.cassandra.testing
-
Extends functionality for the
IClusterinterface - initializeCluster(String, ClusterBuilderConfiguration) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- initializeDTestJarClassLoader(TestVersion, Class<?>) - Method in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
-
Initialize dtest jar class loader
- initializeSchemaForTest() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Initialize required schemas for the tests upfront before the test starts
- instanceInitializer - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- instanceInitializer(BiConsumer<ClassLoader, Integer>) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
instanceInitializerand returns a reference to this Builder enabling method chaining. - instancesConfig(Vertx, SidecarConfiguration, CassandraVersionProvider, SidecarVersionProvider, CQLSessionProvider, DnsResolver) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase.IntegrationTestModule
- IntegrationTestModule(Iterable<? extends IInstance>, IsolatedDTestClassLoaderWrapper, MtlsTestHelper, DnsResolver, Function<SidecarConfigurationImpl.Builder, SidecarConfigurationImpl.Builder>) - Constructor for class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase.IntegrationTestModule
- isCertificateAuthority() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- isCertificateAuthority(boolean) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- isEnabled() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- IsolatedDTestClassLoaderWrapper - Class in org.apache.cassandra.testing
-
Wraps functionality for the DTestJarClassLoader to be shared with the
SharedClusterIntegrationTestBase - IsolatedDTestClassLoaderWrapper() - Constructor for class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
- IsolatedDTestClassLoaderWrapper.DTestJarClassLoader - Class in org.apache.cassandra.testing
-
Inner class loader to isolate the dtest jar classes
- IsolatedDTestClassLoaderWrapper.ExecutableAction<T> - Interface in org.apache.cassandra.testing
-
Encapsulates action to be executed inside the classloader
- IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction<T> - Interface in org.apache.cassandra.testing
-
Encapsulates an action that can throw an
IOExceptionwhile executing inside the classloader - iterator() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
K
- keyPair() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- keyspace() - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
L
- loadClass(String, boolean) - Method in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper.DTestJarClassLoader
- loadCluster(String, ClusterBuilderConfiguration) - Method in class org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper
- LocalhostResolver - Class in org.apache.cassandra.sidecar.testing
-
A
DnsResolverinstance used for tests that provides fast DNS resolution, to avoid blocking DNS resolution at the JDK/OS-level. - LocalhostResolver() - Constructor for class org.apache.cassandra.sidecar.testing.LocalhostResolver
- logger - Variable in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
M
- maxToken - Variable in enum org.apache.cassandra.testing.Partitioner
- maybeQuotedKeyspace() - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
- maybeQuotedTable() - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
- minToken - Variable in enum org.apache.cassandra.testing.Partitioner
- mtlOptionMap() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- mtlsTestHelper - Variable in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- MtlsTestHelper - Class in org.apache.cassandra.sidecar.testing
-
A class that encapsulates testing with Mutual TLS.
- MtlsTestHelper(Path) - Constructor for class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- MtlsTestHelper(Path, boolean) - Constructor for class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- Murmur3 - org.apache.cassandra.testing.Partitioner
N
- newInstanceConfig() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- newInstanceConfig() - Method in interface org.apache.cassandra.testing.IClusterExtension
- newNodesPerDc - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- newNodesPerDc(int) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
newNodesPerDcand returns a reference to this Builder enabling method chaining. - nodesPerDc - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- nodesPerDc(int) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
nodesPerDcand returns a reference to this Builder enabling method chaining. - notAfter(Instant) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- notBefore(Instant) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- numDataDirsPerInstance - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- numDataDirsPerInstance(int) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
numDataDirsPerInstanceand returns a reference to this Builder enabling method chaining.
O
- org.apache.cassandra.distributed.impl - package org.apache.cassandra.distributed.impl
- org.apache.cassandra.sidecar.testing - package org.apache.cassandra.sidecar.testing
- org.apache.cassandra.testing - package org.apache.cassandra.testing
- org.apache.cassandra.testing.utils - package org.apache.cassandra.testing.utils
- org.apache.cassandra.testing.utils.tls - package org.apache.cassandra.testing.utils.tls
P
- partitioner - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- partitioner(String) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
partitionerand returns a reference to this Builder enabling method chaining. - Partitioner - Enum in org.apache.cassandra.testing
-
Represents types of Partitioners supported and the corresponding starting token values
Q
- QualifiedName - Class in org.apache.cassandra.sidecar.testing
-
Simple class representing a Cassandra table, used for integration testing
- QualifiedName(String, String) - Constructor for class org.apache.cassandra.sidecar.testing.QualifiedName
- QualifiedName(String, String, boolean, boolean) - Constructor for class org.apache.cassandra.sidecar.testing.QualifiedName
- queryAllData(QualifiedName) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Convenience method to query all data from the provided
tableat consistency levelLOCAL_QUORUM. - queryAllData(QualifiedName, ConsistencyLevel) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Convenience method to query all data from the provided
tableat the specified consistency level. - queryAllDataWithDriver(QualifiedName) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Convenience method to query all data from the provided
tableat consistency level ALL. - queryAllDataWithDriver(QualifiedName, ConsistencyLevel) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Convenience method to query all data from the provided
tableat the specified consistency level.
R
- Random - org.apache.cassandra.testing.Partitioner
- removeFeature(Feature) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Removes a feature to the list of requested features for the cluster.
- requestFeature(Feature) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Adds a features to the list of default features.
- resolve(String) - Method in class org.apache.cassandra.sidecar.testing.LocalhostResolver
-
Returns the resolved IP address from the hostname.
- reverseResolve(String) - Method in class org.apache.cassandra.sidecar.testing.LocalhostResolver
-
Returns the resolved hostname from the given
address. - ring(IInstance) - Static method in class org.apache.cassandra.testing.utils.ClusterUtils
-
Get the ring from the perspective of the instance.
- rootCertificate() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- ROW_COUNT - Static variable in class org.apache.cassandra.testing.TestUtils
- rsa2048Algorithm() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- run() - Method in interface org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper.ExecutableAction
- run() - Method in interface org.apache.cassandra.testing.IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction
S
- schemaChange(String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- schemaChange(String, int) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- schemaChangeIgnoringStoppedInstances(String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- schemaChangeIgnoringStoppedInstances(String) - Method in interface org.apache.cassandra.testing.IClusterExtension
-
Change the schema of the cluster, tolerating stopped nodes.
- secureRandom(SecureRandom) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- serial(BigInteger) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
- server - Variable in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- serverKeyStorePassword() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- serverKeyStorePath() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- serverKeyStoreType() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- setMessageSink(IMessageSink) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- setUncaughtExceptionsFilter(BiPredicate<Integer, Throwable>) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- setUncaughtExceptionsFilter(Predicate<Throwable>) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- setup() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- SharedClusterIntegrationTestBase - Class in org.apache.cassandra.sidecar.testing
-
This class provides an opinionated way to run integration tests.
- SharedClusterIntegrationTestBase() - Constructor for class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- SharedClusterIntegrationTestBase.IntegrationTestModule - Class in org.apache.cassandra.sidecar.testing
- sidecarConfiguration() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase.IntegrationTestModule
- signatureAlgorithm() - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- size() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- spliterator() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- start(I, BiConsumer<I, WithProperties>) - Static method in class org.apache.cassandra.testing.utils.ClusterUtils
-
Start the instance with the given System Properties, after the instance has started, the properties will be cleared.
- start(I, Consumer<WithProperties>) - Static method in class org.apache.cassandra.testing.utils.ClusterUtils
-
Start the instance with the given System Properties, after the instance has started, the properties will be cleared.
- startSidecar(ICluster<? extends IInstance>) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Starts Sidecar configured to run against the provided Cassandra
cluster. - startSidecarWithInstances(Iterable<? extends IInstance>) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Starts Sidecar configured to run with the provided
IInstances from the cluster. - startup() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- stopSidecar() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Stops the Sidecar service
- stopUnchecked(IInstance) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- stopUnchecked(IInstance) - Method in interface org.apache.cassandra.testing.IClusterExtension
-
Stop an instance in a blocking manner.
- stream() - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- stream(String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- stream(String, String) - Method in class org.apache.cassandra.distributed.impl.CassandraCluster
- subject(String) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBuilder
T
- table() - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
- tearDown() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- TemporaryCqlSessionProvider - Class in org.apache.cassandra.sidecar.testing
-
A CQL Session provider that always connects to and queries all hosts provided to it.
- TemporaryCqlSessionProvider(List<InetSocketAddress>, NettyOptions) - Constructor for class org.apache.cassandra.sidecar.testing.TemporaryCqlSessionProvider
- TEST_KEYSPACE - Static variable in class org.apache.cassandra.testing.TestUtils
- TEST_TABLE_PREFIX - Static variable in class org.apache.cassandra.testing.TestUtils
- testClusterConfiguration() - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
-
Returns the configuration for the test cluster.
- TestTokenSupplier - Class in org.apache.cassandra.testing
-
Static factory holder that provides a token supplier
- TestTokenSupplier() - Constructor for class org.apache.cassandra.testing.TestTokenSupplier
- TestUtils - Class in org.apache.cassandra.testing
-
Helper class for integration testing functionality
- testVersion - Variable in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- TestVersion - Class in org.apache.cassandra.testing
-
Works with
TestVersionSupplier - TestVersion(String) - Constructor for class org.apache.cassandra.testing.TestVersion
- testVersions() - Static method in class org.apache.cassandra.testing.TestVersionSupplier
- TestVersionSupplier - Class in org.apache.cassandra.testing
-
Generates the list of versions we're going to test against.
- tokenCount - Variable in class org.apache.cassandra.testing.ClusterBuilderConfiguration
- tokenCount(int) - Method in class org.apache.cassandra.testing.ClusterBuilderConfiguration
-
Sets the
tokenCountof each instance in the cluster and returns a reference to this Builder enabling method chaining. - toKeyStore(char[]) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- toString() - Method in class org.apache.cassandra.sidecar.testing.QualifiedName
- toString() - Method in class org.apache.cassandra.testing.TestVersion
- toString() - Method in class org.apache.cassandra.testing.utils.ClusterUtils.RingInstanceDetails
- toTempKeyStorePath(Path, char[], char[]) - Method in class org.apache.cassandra.testing.utils.tls.CertificateBundle
- trustStorePassword() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- trustStorePath() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
- trustStoreType() - Method in class org.apache.cassandra.sidecar.testing.MtlsTestHelper
U
- uniqueTestKeyspaceQuotedTableFullName(String, String) - Static method in class org.apache.cassandra.testing.TestUtils
- uniqueTestQuotedKeyspaceQuotedTableFullName(String, String) - Static method in class org.apache.cassandra.testing.TestUtils
- uniqueTestQuotedKeyspaceTableFullName(String) - Static method in class org.apache.cassandra.testing.TestUtils
- uniqueTestTableFullName(String) - Static method in class org.apache.cassandra.testing.TestUtils
- uniqueTestTableFullName(String, String) - Static method in class org.apache.cassandra.testing.TestUtils
V
- valueOf(String) - Static method in enum org.apache.cassandra.testing.Partitioner
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.cassandra.testing.Partitioner
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in class org.apache.cassandra.testing.TestVersion
W
- waitForSchemaReady(long, TimeUnit) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
- with(String...) - Method in class org.apache.cassandra.testing.utils.WithProperties
- WithProperties - Class in org.apache.cassandra.testing.utils
-
Parts of this class are copied from Cassandra's
org.apache.cassandra.distributed.shared.WithPropertiesclass. - WithProperties() - Constructor for class org.apache.cassandra.testing.utils.WithProperties
- wrapJmxClient(JmxClient.Builder) - Method in class org.apache.cassandra.sidecar.testing.SharedClusterIntegrationTestBase
All Classes All Packages