Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
putRead
Method · 0.95
appendOnceNoReturnRead
Method · 0.95
appendTwiceNoReturnRead
Method · 0.95
appendTwiceBatchedNoReturnRead
Method · 0.95
appendTwiceBatchedReturnRead
Method · 0.95
Calls
no outgoing calls
Tested by
5
putRead
Method · 0.76
appendOnceNoReturnRead
Method · 0.76
appendTwiceNoReturnRead
Method · 0.76
appendTwiceBatchedNoReturnRead
Method · 0.76
appendTwiceBatchedReturnRead
Method · 0.76