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

com.thinkaurelius.titan.diskstorage.cassandra.CLevelInterface Maven / Gradle / Ivy

The newest version!
package com.thinkaurelius.titan.diskstorage.cassandra;

public interface CLevelInterface {

    public org.apache.cassandra.db.ConsistencyLevel     getDB();

    public org.apache.cassandra.thrift.ConsistencyLevel getThrift();

    public com.netflix.astyanax.model.ConsistencyLevel  getAstyanax();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy