Package net.nmoncho.dataset.cql
Class FileCQLDataSet
- java.lang.Object
-
- net.nmoncho.dataset.cql.AbstractCQLDataSet
-
- net.nmoncho.dataset.cql.FileCQLDataSet
-
- All Implemented Interfaces:
CQLDataSet
public class FileCQLDataSet extends AbstractCQLDataSet implements CQLDataSet
- Author:
- Jeremy Sevellec
-
-
Field Summary
-
Fields inherited from class net.nmoncho.dataset.cql.AbstractCQLDataSet
END_OF_STATEMENT_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description FileCQLDataSet(String dataSetLocation)FileCQLDataSet(String dataSetLocation, boolean keyspaceCreation)FileCQLDataSet(String dataSetLocation, boolean keyspaceCreation, boolean keyspaceDeletion)FileCQLDataSet(String dataSetLocation, boolean keyspaceCreation, boolean keyspaceDeletion, String keyspaceName)FileCQLDataSet(String dataSetLocation, String keyspaceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputStreamgetInputDataSetLocation(String dataSetLocation)-
Methods inherited from class net.nmoncho.dataset.cql.AbstractCQLDataSet
getCQLStatements, getKeyspaceName, getLines, isKeyspaceCreation, isKeyspaceDeletion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.nmoncho.dataset.CQLDataSet
getCQLStatements, getKeyspaceName, isKeyspaceCreation, isKeyspaceDeletion
-
-
-
-
Method Detail
-
getInputDataSetLocation
protected InputStream getInputDataSetLocation(String dataSetLocation)
- Specified by:
getInputDataSetLocationin classAbstractCQLDataSet
-
-