how set time-to-live for column in Cassandra 1.1.6 with Hector? i tried find any method for this problem but nothing founded
Use can use setTtl method of HColumn in hector
column.setTtl(ttl);