Class Time
In: lib/big_record/connection_adapters/abstract_adapter.rb
Parent: Object

Open the time class to add logic for the hbase timestamp

Methods

Public Class methods

Public Instance methods

Return this time is the hbase timestamp format, i.e. a ‘long’. The 4 high bytes contain the number of seconds since epoch and the 4 low bytes contain the microseconds. That format is an arbitrary one and could have been something else.

[Validate]