In HBase 2.0 since CellUtil.setTimestamp has been deprecated, what is the correct way to set the timestamp of a cell from a coprocessor? Phoenix uses this API to set the timestamp of a call in our mutable indexing coprocessor (see https://issues.apache.org/jira/browse/PHOENIX-5219).
Thanks, Thomas
