public final class ResourceStatusHandler extends Object implements EventHandler<DriverRuntimeProtocol.ResourceStatusProto>
| Modifier and Type | Method and Description |
|---|---|
void |
onNext(DriverRuntimeProtocol.ResourceStatusProto resourceStatusProto)
This resource status message comes from the ResourceManager layer; telling me what it thinks
about the state of the resource executing an Evaluator; This method simply passes the message
off to the referenced EvaluatorManager
|
public void onNext(DriverRuntimeProtocol.ResourceStatusProto resourceStatusProto)
onNext in interface EventHandler<DriverRuntimeProtocol.ResourceStatusProto>resourceStatusProto - resource status message from the ResourceManagerCopyright © 2015 The Apache Software Foundation. All rights reserved.