All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.sor.db.astyanax.DataCopyWriterDAO Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.sor.db.astyanax;

import com.bazaarvoice.emodb.sor.db.HistoryMigrationScanResult;
import com.bazaarvoice.emodb.sor.db.MigrationScanResult;
import com.bazaarvoice.emodb.table.db.astyanax.AstyanaxStorage;
import java.util.Iterator;

interface DataCopyWriterDAO {
    void copyDeltasToDestination(Iterator rows, AstyanaxStorage dest, Runnable progress);

    void copyHistoriesToDestination(Iterator rows, AstyanaxStorage dest, Runnable progress);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy