How do you check for the existence of a column family in hector?

Viewed 3653

I have code that uses Hector to access Cassandra and needs to create column families on the fly if and only if they don't already exist. What is the proper way to check for the existence of a column family in a keyspace?

1 Answers
Related