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)Copies a resource to a target path within the working directory.CassandraBuilderCassandraBuilder. addWorkingDirectoryResource(Resource resource, String path)Copies a resource to a specified target path within the working directory.CassandraBuilderCassandraBuilder. configFile(Resource configFile)Sets the Cassandra configuration file path. -
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 CqlDataSet.BuilderCqlDataSet.Builder. addResource(Resource resource)Adds aResourcewith the default UTF-8 charset to the builder.CqlDataSet.BuilderCqlDataSet.Builder. addResource(Resource resource, Charset charset)static CqlScriptCqlScript. ofResource(Resource resource)static CqlScriptCqlScript. ofResource(Resource resource, Charset charset)static CqlDataSetCqlDataSet. ofResources(Resource... resources)Creates aCqlDataSetfrom the specifiedResourceinstances, using the default charset.static CqlDataSetCqlDataSet. ofResources(Charset charset, Resource... resources)Constructors in com.github.nosan.embedded.cassandra.cql with parameters of type Resource Constructor Description ResourceCqlScript(Resource resource)Creates a newResourceCqlScriptwith the givenResourceand the default platform charset.ResourceCqlScript(Resource resource, Charset charset)
-