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 voidFlatFileConsumer. buildFile(IDataset dataset, int index)Sets up the relevant file.private voidFlatFileConsumer. buildMetadataFile(IMetadata metadata, String metadataFileName)Sets up a metadata file for each record holder file.voidFlatFileConsumer. bulkLoad(IDataset dataset)This method bulk-loads a whole dataset into one or more files.voidFlatFileConsumer. connectStore()Creates data directory and directory it is in if missing.voidFlatFileConsumer. disconnectStore()Unused for this IConsumer type.voidFlatFileConsumer. initialise(IDataset dataset)Sets up the data store (directory and files).voidFlatFileConsumer. load(IDataset dataset)Deprecated.Only here to satisfy deprecated interface demands conditional on other classes.voidFlatFileConsumer. load(ArrayList<IRecord> records)Adds multiple records to current store.voidFlatFileConsumer. setRecordStoreNames(ArrayList<String> recordStoreNames)Sets the record store (file) names for the store (directory).voidFlatFileConsumer. setStore(String store)Sets the location for the store / directory to write to.private voidFlatFileConsumer. storeRecords(ArrayList<IRecord> records)Add a set of records to the relevant record store (file).