| Package | Description |
|---|---|
| com.github.nosan.embedded.cassandra |
Embedded Cassandra provides an easy way to start and stop Apache Cassandra.
|
| com.github.nosan.embedded.cassandra.commons |
Common classes.
|
| com.github.nosan.embedded.cassandra.cql |
CQL classes.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkingDirectoryCustomizer |
WorkingDirectoryCustomizer.addResource(Resource resource,
String path)
Copy a resource to a target path within the working directory.
|
CassandraBuilder |
CassandraBuilder.addWorkingDirectoryResource(Resource resource,
String path)
Copy a resource to a target path within the working directory.
|
CassandraBuilder |
CassandraBuilder.configFile(Resource configFile)
Sets the Cassandra configuration file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
Resource implementation for class path resources. |
class |
FileSystemResource
Resource implementation for file system resources. |
class |
UrlResource
|
| Modifier and Type | Method and Description |
|---|---|
static CqlScript |
CqlScript.ofResource(Resource resource)
Creates
CqlScript with the specified resource and default charset. |
static CqlScript |
CqlScript.ofResource(Resource resource,
Charset charset)
Creates
CqlScript with the specified resources and charset. |
static CqlDataSet |
CqlDataSet.ofResources(Charset charset,
Resource... resources)
Creates
CqlDataSet with the specified resources and charset. |
static CqlDataSet |
CqlDataSet.ofResources(Resource... resources)
Creates
CqlDataSet with the specified resources and default charset. |
| Constructor and Description |
|---|
ResourceCqlScript(Resource resource)
Creates a new
ResourceCqlScript with provided resource and default charset. |
ResourceCqlScript(Resource resource,
Charset charset)
Creates a new
ResourceCqlScript with provided resource and charset. |
Copyright © 2023. All rights reserved.