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

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

There is a newer version: 3.10.2
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy