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

com.bazaarvoice.emodb.sor.db.astyanax.DataCopyReaderDAO 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 DataCopyReaderDAO {

    Iterator getDeltasForStorage(AstyanaxStorage source);

    Iterator getHistoriesForStorage(AstyanaxStorage source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy