Skip navigation links
A B C D E G H I K N O P Q R S T 

A

add(AutoCloseable) - Static method in class io.stargate.it.storage.ShutdownHook
 
addStdOutListener(OutputListener) - Method in class io.stargate.it.exec.ProcessRunner
 
awaitExit() - Method in class io.stargate.it.exec.ProcessRunner
 
awaitReady() - Method in class io.stargate.it.exec.ProcessRunner
 

B

beforeAll(ExtensionContext) - Method in class io.stargate.it.storage.ExternalResource
 
beforeEach(ExtensionContext) - Method in class io.stargate.it.storage.ExternalResource
 
beforeTestExecution(ExtensionContext) - Method in class io.stargate.it.storage.ExternalStorage
 

C

CcmCluster(ClusterSpec, ExtensionContext) - Constructor for class io.stargate.it.storage.ExternalStorage.CcmCluster
 
CcmCluster(ClusterSpec, Map<String, Object>, Map<String, Object>, ExtensionContext) - Constructor for class io.stargate.it.storage.ExternalStorage.CcmCluster
 
cleanup() - Method in class io.stargate.it.exec.ProcessRunner
 
close() - Method in class io.stargate.it.storage.ExternalResource.Holder
 
close() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
Cluster(ClusterSpec) - Constructor for class io.stargate.it.storage.ExternalStorage.Cluster
 
ClusterConnectionInfo - Interface in io.stargate.it.storage
Provides data for connecting to storage clusters managed by ExternalStorage.
clusterName() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
clusterName() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
ClusterSpec - Annotation Type in io.stargate.it.storage
Defines how storage node(s) required by a test should be configured.
clusterVersion() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
clusterVersion() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
cqlPort() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
cqlPort() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 

D

datacenter() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
datacenter() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 

E

errorsDetected() - Method in class io.stargate.it.storage.ExternalStorage.Cluster
 
evaluateExecutionCondition(ExtensionContext) - Method in class io.stargate.it.storage.IsDseCondition
 
ExternalResource<A extends Annotation,R extends ExternalResource.Holder> - Class in io.stargate.it.storage
 
ExternalResource(Class<A>, String, ExtensionContext.Namespace) - Constructor for class io.stargate.it.storage.ExternalResource
 
ExternalResource.Holder - Class in io.stargate.it.storage
 
ExternalStorage - Class in io.stargate.it.storage
JUnit 5 extension for tests that need a backend database cluster managed by ccm.
ExternalStorage() - Constructor for class io.stargate.it.storage.ExternalStorage
 
ExternalStorage.CcmCluster - Class in io.stargate.it.storage
 
ExternalStorage.Cluster - Class in io.stargate.it.storage
 

G

generation - Variable in class io.stargate.it.exec.ProcessRunner
 
getResource(ExtensionContext) - Method in class io.stargate.it.storage.ExternalResource
 

H

handleTestExecutionException(ExtensionContext, Throwable) - Method in class io.stargate.it.storage.ExternalStorage
 
Holder() - Constructor for class io.stargate.it.storage.ExternalResource.Holder
 

I

id() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
id() - Method in class io.stargate.it.storage.ExternalStorage.Cluster
 
infoForTestLog() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
infoForTestLog() - Method in class io.stargate.it.storage.ExternalStorage.Cluster
 
io.stargate.it - package io.stargate.it
 
io.stargate.it.exec - package io.stargate.it.exec
 
io.stargate.it.storage - package io.stargate.it.storage
 
isDse() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
isDse() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
IsDseCondition - Class in io.stargate.it.storage
A condition that checks if the persistence backend uses DSE.
IsDseCondition() - Constructor for class io.stargate.it.storage.IsDseCondition
 
isShared(A) - Method in class io.stargate.it.storage.ExternalResource
 
isShared(ClusterSpec) - Method in class io.stargate.it.storage.ExternalStorage
 

K

KEYSPACE_NAME_MAX_LENGTH - Static variable in class io.stargate.it.PersistenceTest
 

N

node - Variable in class io.stargate.it.exec.ProcessRunner
 

O

OutputListener - Interface in io.stargate.it.exec
 

P

persistence() - Method in class io.stargate.it.PersistenceTest
 
PersistenceTest - Class in io.stargate.it
 
PersistenceTest() - Constructor for class io.stargate.it.PersistenceTest
 
processLine(int, String) - Method in interface io.stargate.it.exec.OutputListener
 
processResource(R, A, ExtensionContext) - Method in class io.stargate.it.storage.ExternalResource
 
processResource(ExternalStorage.Cluster, ClusterSpec, ExtensionContext) - Method in class io.stargate.it.storage.ExternalStorage
 
ProcessRunner - Class in io.stargate.it.exec
 
ProcessRunner(String, int, int) - Constructor for class io.stargate.it.exec.ProcessRunner
 

Q

querySystemTables() - Method in class io.stargate.it.PersistenceTest
 

R

rack() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
rack() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
ready() - Method in class io.stargate.it.exec.ProcessRunner
 
remove(AutoCloseable) - Static method in class io.stargate.it.storage.ShutdownHook
 
removeStdOutListener(OutputListener) - Method in class io.stargate.it.exec.ProcessRunner
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class io.stargate.it.storage.ExternalStorage
 

S

seedAddress() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
seedAddress() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
setup(TestInfo, ClusterConnectionInfo) - Method in class io.stargate.it.PersistenceTest
 
ShutdownHook - Class in io.stargate.it.storage
 
ShutdownHook() - Constructor for class io.stargate.it.storage.ShutdownHook
 
SkipWhenNotDse - Annotation Type in io.stargate.it.storage
Annotates a test class or method to check whether the current running persistence backend is using DSE.
start(CommandLine, Map<String, String>) - Method in class io.stargate.it.exec.ProcessRunner
 
start() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
start() - Method in class io.stargate.it.storage.ExternalStorage.Cluster
 
stop() - Method in class io.stargate.it.exec.ProcessRunner
 
stop() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
storagePort() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 
storagePort() - Method in class io.stargate.it.storage.ExternalStorage.CcmCluster
 
STORE_KEY - Static variable in class io.stargate.it.storage.ExternalStorage
 
supportsCounters() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
Indicates whether the cluster supports CQL COUNTERs.
supportsParameter(ParameterContext, ExtensionContext) - Method in class io.stargate.it.storage.ExternalStorage
 
supportsSAI() - Method in interface io.stargate.it.storage.ClusterConnectionInfo
 

T

testAlterAndDrop() - Method in class io.stargate.it.PersistenceTest
 
testColumnKinds() - Method in class io.stargate.it.PersistenceTest
 
testCqlExecutionInfo() - Method in class io.stargate.it.PersistenceTest
 
testDeleteCell() - Method in class io.stargate.it.PersistenceTest
 
testINClause() - Method in class io.stargate.it.PersistenceTest
 
testInsertingAndReadingDifferentTypes() - Method in class io.stargate.it.PersistenceTest
 
testInsertWithTTL() - Method in class io.stargate.it.PersistenceTest
 
testKeyspace() - Method in class io.stargate.it.PersistenceTest
 
testKeyspaceReplicationAndDurableWrites() - Method in class io.stargate.it.PersistenceTest
 
testLimit() - Method in class io.stargate.it.PersistenceTest
 
testMaterializedView() - Method in class io.stargate.it.PersistenceTest
 
testMvIndexes() - Method in class io.stargate.it.PersistenceTest
 
testOrdinaryTypeMismatch() - Method in class io.stargate.it.PersistenceTest
 
testPagination() - Method in class io.stargate.it.PersistenceTest
 
testPagingStateForNextPartition() - Method in class io.stargate.it.PersistenceTest
 
testPagingStateForNextRow() - Method in class io.stargate.it.PersistenceTest
 
testPerPartitionLimit() - Method in class io.stargate.it.PersistenceTest
 
testPrepStmtCacheInvalidation() - Method in class io.stargate.it.PersistenceTest
 
testRowDecorator() - Method in class io.stargate.it.PersistenceTest
 
testSchemaAgreementAchievable() - Method in class io.stargate.it.PersistenceTest
 
testSecondaryIndexes() - Method in class io.stargate.it.PersistenceTest
 
testSimpleSelectStmt() - Method in class io.stargate.it.PersistenceTest
 
testTableCommentSelect() - Method in class io.stargate.it.PersistenceTest
 
testTupleMismatch() - Method in class io.stargate.it.PersistenceTest
 
testTupleWithAllSimpleTypes() - Method in class io.stargate.it.PersistenceTest
 
testUDT() - Method in class io.stargate.it.PersistenceTest
 
testUDTWithAllSimpleTypes() - Method in class io.stargate.it.PersistenceTest
 
testUpdateWithTTL() - Method in class io.stargate.it.PersistenceTest
 
testUseTypesInWhere() - Method in class io.stargate.it.PersistenceTest
This will make sure that we can insert data and use it in a SELECT * FROM ks.tbl query.
testWarnings() - Method in class io.stargate.it.PersistenceTest
 
testWithUnsetParameter() - Method in class io.stargate.it.PersistenceTest
 
A B C D E G H I K N O P Q R S T 
Skip navigation links

Copyright © 2021. All rights reserved.