Yes, TTL as the factory method param would've been nicer.
So, does calling the setTtl() method translate into the client making
an extra Cassandra "update" operation for the column in question?
There seems to be a method - HColumn<N, V> apply(V value, long clock,
int ttl). Not sure if we end up calling this method(or its overloaded
form) before the actual Column creation using Thrift.
On Apr 25, 1:56 am, Oleg Tsvinev <
oleg.tsvi...@gmail.com> wrote:
> Looks like I need to use HColumn.setTtl directly as there's no factory
> method that would take TTL.
>