Package org.voltdb.importer
Interface ImporterConfig
public interface ImporterConfig
Represents importer configurations created from properties specified in deployment file.
Implementations will contain importer specific details. Importer framework will create
ImporterConfig objects from importer properties in deployment file and use it to create
importer instances when it is time to run importers for the different resources.`
-
Method Summary
Modifier and TypeMethodDescriptionorg.voltdb.importer.formatter.FormatterBuilder
Unique resource id for which the configuration is specified.
-
Method Details
-
getResourceID
URI getResourceID()Unique resource id for which the configuration is specified. This must be unique per importer type.- Returns:
- the unique resource id
-
getFormatterBuilder
org.voltdb.importer.formatter.FormatterBuilder getFormatterBuilder()
-