Uses of Class
io.github.ajevans.dbcode.dbconsumers.FlatFileCreationException
Package | Description |
---|---|
io.github.ajevans.dbcode.dbconsumers |
Provides the classes necessary to write to various
database / file system types.
|
-
Uses of FlatFileCreationException in io.github.ajevans.dbcode.dbconsumers
Methods in io.github.ajevans.dbcode.dbconsumers that throw FlatFileCreationException Modifier and Type Method Description private void
FlatFileConsumer. buildFile(IDataset dataset, int index)
Sets up the relevant file.private void
FlatFileConsumer. buildMetadataFile(IMetadata metadata, String metadataFileName)
Sets up a metadata file for each record holder file.void
FlatFileConsumer. bulkLoad(IDataset dataset)
This method bulk-loads a whole dataset into one or more files.void
FlatFileConsumer. connectStore()
Creates data directory and directory it is in if missing.void
FlatFileConsumer. disconnectStore()
Unused for this IConsumer type.void
FlatFileConsumer. initialise(IDataset dataset)
Sets up the data store (directory and files).void
FlatFileConsumer. load(IDataset dataset)
Deprecated.Only here to satisfy deprecated interface demands conditional on other classes.void
FlatFileConsumer. load(ArrayList<IRecord> records)
Adds multiple records to current store.void
FlatFileConsumer. setRecordStoreNames(ArrayList<String> recordStoreNames)
Sets the record store (file) names for the store (directory).void
FlatFileConsumer. setStore(String store)
Sets the location for the store / directory to write to.private void
FlatFileConsumer. storeRecords(ArrayList<IRecord> records)
Add a set of records to the relevant record store (file).