summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/thinkaurelius/titan/diskstorage/cassandra/CLevelInterface.java
blob: 76d7ede7ab357220501bdb84920686a264cd8389 (plain)
1
2
3
4
5
6
7
8
9
10
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();
}