Uses of Interface
org.voltdb.importer.ImporterConfig
-
Uses of ImporterConfig in org.voltdb.importer
Modifier and TypeMethodDescriptionabstract Map<URI,
ImporterConfig> AbstractImporterFactory.createImporterConfigurations
(Properties props, org.voltdb.importer.formatter.FormatterBuilder formatterBuilder) From a given set of properties, creates ImporterConfig for every resource ID configured.Modifier and TypeMethodDescriptionfinal AbstractImporter
AbstractImporterFactory.createImporter
(int priority, ImporterConfig config) Method that is used by the importer framework classes to create an importer instance and wire it correctly for use within the server.