Package org.apache.spark.streaming
Class Time
Object
org.apache.spark.streaming.Time
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
This is a simple class that represents an absolute instant of time.
Internally, it represents time as the difference, measured in milliseconds, between the current
time and midnight, January 1, 1970 UTC. This is the same format as what is returned by
System.currentTimeMillis.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix