Package org.apache.spark.streaming
Class Durations
Object
org.apache.spark.streaming.Durations
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Durations
public Durations() 
 - 
 - 
Method Details
- 
milliseconds
- Parameters:
 milliseconds- (undocumented)- Returns:
 Durationrepresenting given number of milliseconds.
 - 
seconds
- Parameters:
 seconds- (undocumented)- Returns:
 Durationrepresenting given number of seconds.
 - 
minutes
- Parameters:
 minutes- (undocumented)- Returns:
 Durationrepresenting given number of minutes.
 
 -