159160161162163164165166167168169
) throws Exception { Client client = clientProvider.getThriftClient(); client.set_keyspace(keyspaceName);; client.system_drop_keyspace(keyspaceName); model.clear(); return "redirect:/"; }