Package guru.mikelue.foxglove
Interface DataGenerator<T extends TableFacet>
- Type Parameters:
T- The type of table facet
- All Superinterfaces:
SettingAware<DataGenerator<T>>
- All Known Implementing Classes:
JdbcDataGenerator
Defines the common operators for data generating.
-
Method Summary
Methods inherited from interface guru.mikelue.foxglove.setting.SettingAware
withSetting
-
Method Details
-
generate
Performs the data generating for the given table facets.- Parameters:
tables- The table facets- Returns:
- The total number of rows generated
- See Also:
-
generate
Performs the data generating for the given table facets.- Parameters:
tables- The table facets- Returns:
- The total number of rows generated
- See Also:
-