Class | Description |
---|---|
Control |
Control process which sends suspend/resume commands.
|
Control.Command |
Command: 'suspend' or 'resume'.
|
Control.TaskId |
Task id.
|
Launch |
Suspend/Resume example - main class.
|
Launch.Delay |
Command line parameter: delay in seconds for each cycle.
|
Launch.Local |
Command line parameter = true to run locally, or false to run on YARN.
|
Launch.NumCycles |
Command line parameter: number of iterations to run.
|
ObjectWritableCodec<T extends org.apache.hadoop.io.Writable> |
Codec for Hadoop Writable object serialization.
|
SuspendClient |
Client for suspend example.
|
SuspendClientControl |
(Wake) listener to get suspend/resume commands from Control process.
|
SuspendClientControl.Port |
Port for suspend/resume control commands.
|
SuspendDriver |
Suspend/resume example job driver.
|
SuspendTestTask |
Simple do-nothing task that can send messages to the Driver and can be suspended/resumed.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.