Returns the Unix epoch timestamp in milliseconds @param base_time Row key base time to add the offset to @return Unix epoch timestamp in milliseconds
(final long base_time)
| 405 | * @return Unix epoch timestamp in milliseconds |
| 406 | */ |
| 407 | public long timestamp(final long base_time) { |
| 408 | return getTimestampFromQualifier(qualifier, base_time); |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * Returns the timestamp as stored in HBase for the cell, i.e. in seconds |