Uses of Interface
com.github.nosan.embedded.cassandra.commons.Resource
-
Packages that use Resource 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. -
-
Uses of Resource in com.github.nosan.embedded.cassandra
Methods in com.github.nosan.embedded.cassandra with parameters of type Resource Modifier and Type Method Description static WorkingDirectoryCustomizerWorkingDirectoryCustomizer. addResource(Resource resource, String path)Copy a resource to a target path within the working directory.CassandraBuilderCassandraBuilder. addWorkingDirectoryResource(Resource resource, String path)Copy a resource to a target path within the working directory.CassandraBuilderCassandraBuilder. configFile(Resource configFile)Sets the Cassandra configuration file. -
Uses of Resource in com.github.nosan.embedded.cassandra.commons
Classes in com.github.nosan.embedded.cassandra.commons that implement Resource Modifier and Type Class Description classClassPathResourceResourceimplementation for class path resources.classFileSystemResourceResourceimplementation for file system resources.classUrlResource -
Uses of Resource in com.github.nosan.embedded.cassandra.cql
Methods in com.github.nosan.embedded.cassandra.cql with parameters of type Resource Modifier and Type Method Description static CqlScriptCqlScript. ofResource(Resource resource)CreatesCqlScriptwith the specified resource and default charset.static CqlScriptCqlScript. ofResource(Resource resource, Charset charset)CreatesCqlScriptwith the specified resources and charset.static CqlDataSetCqlDataSet. ofResources(Resource... resources)CreatesCqlDataSetwith the specified resources and default charset.static CqlDataSetCqlDataSet. ofResources(Charset charset, Resource... resources)CreatesCqlDataSetwith the specified resources and charset.Constructors in com.github.nosan.embedded.cassandra.cql with parameters of type Resource Constructor Description ResourceCqlScript(Resource resource)Creates a newResourceCqlScriptwith provided resource and default charset.ResourceCqlScript(Resource resource, Charset charset)Creates a newResourceCqlScriptwith provided resource and charset.
-