Package | Description |
---|---|
org.apache.reef.vortex.common |
Vortex Code used both in Vortex Driver and Vortex Evaluator.
|
org.apache.reef.vortex.driver |
Vortex Code that runs as part of REEF Driver.
|
Modifier and Type | Method and Description |
---|---|
WorkerReport |
VortexAvroUtils.toWorkerReport(byte[] bytes)
Deserialize byte array to WorkerReport.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
VortexAvroUtils.toBytes(WorkerReport workerReport)
Serialize WorkerReport to byte array.
|
Modifier and Type | Method and Description |
---|---|
void |
VortexMaster.workerReported(String workerId,
WorkerReport workerReport)
Call this when a worker has reported back.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.