@Beta public final class TimeValue extends Object implements Comparable<TimeValue>
Constructor and Description |
---|
TimeValue(long timestamp,
long value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TimeValue o) |
boolean |
equals(Object obj) |
long |
getTimestamp() |
long |
getValue() |
int |
hashCode() |
String |
toString() |
public long getTimestamp()
public long getValue()
public int compareTo(TimeValue o)
compareTo
in interface Comparable<TimeValue>
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.