MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / timestamp

Method timestamp

src/KeyValue.java:151–153  ·  view source on GitHub ↗

Returns the timestamp stored in this KeyValue. @see #TIMESTAMP_NOW

()

Source from the content-addressed store, hash-verified

149 * @see #TIMESTAMP_NOW
150 */
151 public long timestamp() {
152 return timestamp;
153 }
154
155 //public byte type() {
156 // return type;

Callers 5

putReadMethod · 0.95

Calls

no outgoing calls

Tested by 5

putReadMethod · 0.76