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 ofCqlDataSet.Methods in com.github.nosan.embedded.cassandra.cql that return CqlDataSet Modifier and Type Method Description CqlDataSetCqlDataSet.Builder. build()Build a newCqlDataSet.static CqlDataSetCqlDataSet. ofClassPaths(String... names)CreatesCqlDataSetwith the specified resource names and default charset.static CqlDataSetCqlDataSet. ofClassPaths(Charset charset, String... names)CreatesCqlDataSetwith the specified resource names 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.static CqlDataSetCqlDataSet. ofScripts(CqlScript... scripts)CreatesCqlDataSetwith the specified CQL scripts.
-