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 SummaryModifier and TypeMethodDescriptionorg.voltdb.importer.formatter.FormatterBuilderReturns aFormatterBuilderthat can be used to construct the formatter for this import configuration.Unique resource id for which the configuration is specified.
- 
Method Details- 
getResourceIDURI getResourceID()Unique resource id for which the configuration is specified. This must be unique per importer type.- Returns:
- the unique resource id
 
- 
getFormatterBuilderorg.voltdb.importer.formatter.FormatterBuilder getFormatterBuilder()Returns aFormatterBuilderthat can be used to construct the formatter for this import configuration.- Returns:
- the FormatterBuilderinstance
 
 
-