com.ibm.dbb.migration

Interface IMappingRule

  • All Known Implementing Classes:
    AbstractMappingRule, MappingRule


    public interface IMappingRule
    Define a mapping rule for migrating members in data set to HFS
    • Method Detail

      • generateMapping

        java.util.List<MappingInfo> generateMapping(java.lang.String dataset)
                                             throws java.io.IOException
        Generate a list of com.ibm.dbb.migration.MappingInfo for a given data set.
        Parameters:
        dataset - the data set to be migrated
        Returns:
        a list of mappings based on the mapping strategy defined by the mapping rule
        Throws:
        java.io.IOException - an exception occurred when generating the mapping info

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.