Uses of Interface
org.voltdb.importer.ImporterConfig
Packages that use ImporterConfig
-
Uses of ImporterConfig in org.voltdb.importer
Methods in org.voltdb.importer that return types with arguments of type ImporterConfigModifier 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.Methods in org.voltdb.importer with parameters of type ImporterConfigModifier 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.