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

com.netflix.astyanax.thrift.ThriftCqlFactory Maven / Gradle / Ivy

package com.netflix.astyanax.thrift;

import com.netflix.astyanax.cql.CqlStatement;
import com.netflix.astyanax.query.CqlQuery;

public interface ThriftCqlFactory {
    public CqlStatement createCqlStatement(ThriftKeyspaceImpl keyspace);
    
    public  CqlQuery createCqlQuery(ThriftColumnFamilyQueryImpl cfQuery, String cql);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy