|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.streaming.Durations
public class Durations
Constructor Summary | |
---|---|
Durations()
|
Method Summary | |
---|---|
static Duration |
milliseconds(long milliseconds)
|
static Duration |
minutes(long minutes)
|
static Duration |
seconds(long seconds)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Durations()
Method Detail |
---|
public static Duration milliseconds(long milliseconds)
milliseconds
- (undocumented)
Duration
representing given number of milliseconds.public static Duration seconds(long seconds)
seconds
- (undocumented)
Duration
representing given number of seconds.public static Duration minutes(long minutes)
minutes
- (undocumented)
Duration
representing given number of minutes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |