@DefaultImplementation(value=RunningJobImpl.class) public interface RunningJob extends Identifiable, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Cancels the running Job.
|
void |
close(byte[] message)
Cancels the running Job.
|
String |
getId()
Returns an identifier of this object.
|
void |
send(byte[] message)
Send a message to the Driver.
|
void close()
close in interface AutoCloseablevoid close(byte[] message)
message - delivered along with cancel request.String getId()
IdentifiablegetId in interface Identifiablevoid send(byte[] message)
message - to send to the running driverCopyright © 2016 The Apache Software Foundation. All rights reserved.