Uses of Interface
com.github.nosan.embedded.cassandra.cql.CqlDataSet
-
Packages that use CqlDataSet Package Description com.github.nosan.embedded.cassandra.cql CQL classes. -
-
Uses of CqlDataSet in com.github.nosan.embedded.cassandra.cql
Classes in com.github.nosan.embedded.cassandra.cql that implement CqlDataSet Modifier and Type Class Description classDefaultCqlDataSetDefault implementation of theCqlDataSetinterface.Methods in com.github.nosan.embedded.cassandra.cql that return CqlDataSet Modifier and Type Method Description CqlDataSetCqlDataSet.Builder. build()Builds and returns aCqlDataSetinstance.static CqlDataSetCqlDataSet. ofClassPaths(String... names)Creates aCqlDataSetfrom the specified classpath resource names, using the default charset.static CqlDataSetCqlDataSet. ofClassPaths(Charset charset, String... names)Creates aCqlDataSetfrom the specified classpath resource names, using the providedCharset.static CqlDataSetCqlDataSet. ofResources(Resource... resources)Creates aCqlDataSetfrom the specifiedResourceinstances, using the default charset.static CqlDataSetCqlDataSet. ofResources(Charset charset, Resource... resources)static CqlDataSetCqlDataSet. ofScripts(CqlScript... scripts)Creates aCqlDataSetfrom the specifiedCqlScriptinstances.
-