All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractCqlScript An abstract implementation of theCqlScriptinterface that facilitates parsing a CQL (Cassandra Query Language) script into individual statements.Cassandra CassandraBuilder A builder that can be used to configure and createCassandra.CassandraBuilderConfigurator A callback interface to configure aCassandraBuilder.CassandraDirectoryProvider Provides the path to the Cassandra directory based on a specified version.CassandraException An exception thrown by aCassandra.ClassPathResource Resourceimplementation for class path resources.CqlDataSet ACqlDataSetrepresents a collection ofCqlScriptinstances, providing functionality to group and manage multiple CQL scripts that can be executed sequentially.CqlDataSet.Builder A builder for constructing instances ofCqlDataSet.CqlScript ACqlScriptrepresents a collection of executable Cassandra Query Language (CQL) statements.DefaultCqlDataSet Default implementation of theCqlDataSetinterface.DefaultWorkingDirectoryInitializer The default implementation ofWorkingDirectoryInitializerretrieves the Cassandra directory from theCassandraDirectoryProviderand copies all files from the retrieved directory into the working directory, except for the javadoc, doc, and licenses directories.DefaultWorkingDirectoryInitializer.CopyStrategy Cassandra file copy strategies.FileLock Utility class for obtaining an exclusive lock on a file.FileSystemResource Resourceimplementation for file system resources.FileUtils A utility class providing simple methods for dealing with files and directories.HttpClient A simple interface for sending HTTP requests.HttpClient.BodySuppliers A utility class for creating different kinds of body suppliers.HttpHeaders Represents HTTP request and response headers in a case-insensitive manner.HttpRequest Represents an HTTP request message.HttpResponse Represents an HTTP response message.IOSupplier<T> Represents a supplier that may throw anIOException.JdkHttpClient AHttpClientimplementation based onHttpURLConnection.Resource Resource that abstracts from the actual type of underlying source.ResourceCqlScript Settings Cassandra settings.SimpleSeedProviderConfigurator ACassandraBuilderConfiguratorimplementation that configures the `org.apache.cassandra.locator.SimpleSeedProvider` class.StatementsCqlScript ACqlScriptimplementation that wraps a predefined list of CQL statements.StreamUtils Utility class providing simple methods for working with streams.StringCqlScript ACqlScriptimplementation that encapsulates a CQL script as a plain string.StringUtils Simple utility methods for dealing with strings.UrlResource Version A representation of a Cassandra version.WebCassandraDirectoryProvider An implementation ofCassandraDirectoryProviderthat downloads and extracts a Cassandra archive from well-known URLs into the specified download directory.WorkingDirectoryCustomizer A callback interface to customize a working directory.WorkingDirectoryDestroyer A strategy interface to destroy the working directory.WorkingDirectoryInitializer A strategy interface for initializing the working directory.