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

com.bazaarvoice.emodb.sor.db.astyanax.AstyanaxKeyScanner 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.api.ReadConsistency;
import com.bazaarvoice.emodb.table.db.astyanax.AstyanaxStorage;

import java.util.Iterator;

interface AstyanaxKeyScanner {
    Iterator scanKeys(AstyanaxStorage storage, final ReadConsistency consistency);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy