Ejemplo n.º 1
0
 public static ColumnFamilyStore newCFS() {
   return newCFS(ks.getName());
 }
Ejemplo n.º 2
0
 @Override
 public List<TokenRange> describeRing(Keyspace keyspace) throws TTransportException, TException {
   return cassandraClient.getCassandra().describe_ring(keyspace.getName());
 }