Re: Convert timeuuid in timestamp programmatically

2015-11-16 Thread Marlon Patrick
Oh thanks. I had misunderstood the application function. I will test soon. 2015-11-16 9:43 GMT-03:00 Laing, Michael : > http://www.tutorialspoint.com/java/util/uuid_timestamp.htm > > On Mon, Nov 16, 2015 at 7:38 AM, Marlon Patrick > wrote: > >> Hi Donfeng, >> >> I'm interested in convert a timeu

Re: Convert timeuuid in timestamp programmatically

2015-11-16 Thread Laing, Michael
http://www.tutorialspoint.com/java/util/uuid_timestamp.htm On Mon, Nov 16, 2015 at 7:38 AM, Marlon Patrick wrote: > Hi Donfeng, > > I'm interested in convert a timeuuid already generated in a timestamp, > similar to dateOf function of the Cassandra, but in Java code. The your > sugestion is for

Re: Convert timeuuid in timestamp programmatically

2015-11-16 Thread Marlon Patrick
Hi Donfeng, I'm interested in convert a timeuuid already generated in a timestamp, similar to dateOf function of the Cassandra, but in Java code. The your sugestion is for generate a timeuuid. 2015-11-15 19:42 GMT-03:00 Dongfeng Lu : > You can use long java.util.UUID.timestamp(). > > > > On Sund

Re: Convert timeuuid in timestamp programmatically

2015-11-15 Thread Dongfeng Lu
You can use long java.util.UUID.timestamp(). On Sunday, November 15, 2015 9:20 AM, Marlon Patrick wrote: Hi guys, Is there any way to convert a timeuuid in timestamp (dateOf) programmatically using DataStax java driver? -- Atenciosamente, Marlon Patrick

Convert timeuuid in timestamp programmatically

2015-11-15 Thread Marlon Patrick
Hi guys, Is there any way to convert a timeuuid in timestamp (dateOf) programmatically using DataStax java driver? -- Atenciosamente, Marlon Patrick