|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SparkManager
Instance for this class is for managing a running Spark.
| Method Summary | |
|---|---|
void |
stop()
Stops the running spark job. |
void |
waitForFinish(long timeout,
TimeUnit timeoutUnit)
Blocks until spark job is finished or given timeout is reached |
| Method Detail |
|---|
void stop()
void waitForFinish(long timeout,
TimeUnit timeoutUnit)
throws TimeoutException,
InterruptedException
timeout - amount of time units to waittimeoutUnit - time unit type
TimeoutException - if timeout reached
InterruptedException - if execution is interrupted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||