jar

org.apache.reef : vortex

Maven & Gradle

Aug 10, 2017
96 stars

REEF Vortex

Table Of Contents

Latest Version

Download org.apache.reef : vortex JAR file - Latest Versions:

All Versions

Download org.apache.reef : vortex JAR file - All Versions:

Version Vulnerabilities Size Updated
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window vortex-0.16.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.reef.vortex.protocol.mastertoworker

├─ org.apache.reef.vortex.protocol.mastertoworker.MasterToWorkerRequest.class - [JAR]

├─ org.apache.reef.vortex.protocol.mastertoworker.TaskletAggregateExecutionRequest.class - [JAR]

├─ org.apache.reef.vortex.protocol.mastertoworker.TaskletAggregationRequest.class - [JAR]

├─ org.apache.reef.vortex.protocol.mastertoworker.TaskletCancellationRequest.class - [JAR]

├─ org.apache.reef.vortex.protocol.mastertoworker.TaskletExecutionRequest.class - [JAR]

org.apache.reef.vortex.examples.matmul

├─ org.apache.reef.vortex.examples.matmul.IdentityMatMulStart.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.MatMul.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.MatMulException.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.MatMulFunction.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.MatMulInput.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.MatMulOutput.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.Matrix.class - [JAR]

├─ org.apache.reef.vortex.examples.matmul.RowMatrix.class - [JAR]

org.apache.reef.vortex.examples.addone

├─ org.apache.reef.vortex.examples.addone.AddOne.class - [JAR]

├─ org.apache.reef.vortex.examples.addone.AddOneFunction.class - [JAR]

├─ org.apache.reef.vortex.examples.addone.AddOneStart.class - [JAR]

org.apache.reef.vortex.common

├─ org.apache.reef.vortex.common.KryoUtils.class - [JAR]

org.apache.reef.vortex.driver

├─ org.apache.reef.vortex.driver.AggregateFunctionRepository.class - [JAR]

├─ org.apache.reef.vortex.driver.DefaultVortexMaster.class - [JAR]

├─ org.apache.reef.vortex.driver.FirstFitSchedulingPolicy.class - [JAR]

├─ org.apache.reef.vortex.driver.PendingTaskletLauncher.class - [JAR]

├─ org.apache.reef.vortex.driver.PendingTasklets.class - [JAR]

├─ org.apache.reef.vortex.driver.RandomSchedulingPolicy.class - [JAR]

├─ org.apache.reef.vortex.driver.RunningWorkers.class - [JAR]

├─ org.apache.reef.vortex.driver.SchedulingPolicy.class - [JAR]

├─ org.apache.reef.vortex.driver.Tasklet.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexDriver.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexFutureDelegate.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexJobConf.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexLauncher.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexMaster.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexMasterConf.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexRequestor.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexStartExecutor.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexWorkerConf.class - [JAR]

├─ org.apache.reef.vortex.driver.VortexWorkerManager.class - [JAR]

org.apache.reef.vortex.evaluator

├─ org.apache.reef.vortex.evaluator.AggregateContainer.class - [JAR]

├─ org.apache.reef.vortex.evaluator.VortexWorker.class - [JAR]

org.apache.reef.vortex.api

├─ org.apache.reef.vortex.api.AggregateResult.class - [JAR]

├─ org.apache.reef.vortex.api.AggregateResultSynchronous.class - [JAR]

├─ org.apache.reef.vortex.api.FutureCallback.class - [JAR]

├─ org.apache.reef.vortex.api.VortexAggregateException.class - [JAR]

├─ org.apache.reef.vortex.api.VortexAggregateFunction.class - [JAR]

├─ org.apache.reef.vortex.api.VortexAggregateFuture.class - [JAR]

├─ org.apache.reef.vortex.api.VortexAggregatePolicy.class - [JAR]

├─ org.apache.reef.vortex.api.VortexFunction.class - [JAR]

├─ org.apache.reef.vortex.api.VortexFuture.class - [JAR]

├─ org.apache.reef.vortex.api.VortexStart.class - [JAR]

├─ org.apache.reef.vortex.api.VortexThreadPool.class - [JAR]

org.apache.reef.vortex.examples.hello

├─ org.apache.reef.vortex.examples.hello.HelloVortex.class - [JAR]

├─ org.apache.reef.vortex.examples.hello.HelloVortexFunction.class - [JAR]

├─ org.apache.reef.vortex.examples.hello.HelloVortexStart.class - [JAR]

org.apache.reef.vortex.examples.sumones

├─ org.apache.reef.vortex.examples.sumones.AdditionAggregateFunction.class - [JAR]

├─ org.apache.reef.vortex.examples.sumones.IdentityFunction.class - [JAR]

├─ org.apache.reef.vortex.examples.sumones.SumOnes.class - [JAR]

├─ org.apache.reef.vortex.examples.sumones.SumOnesAggregateStart.class - [JAR]

org.apache.reef.vortex.protocol.workertomaster

├─ org.apache.reef.vortex.protocol.workertomaster.TaskletAggregationFailureReport.class - [JAR]

├─ org.apache.reef.vortex.protocol.workertomaster.TaskletAggregationResultReport.class - [JAR]

├─ org.apache.reef.vortex.protocol.workertomaster.TaskletCancelledReport.class - [JAR]

├─ org.apache.reef.vortex.protocol.workertomaster.TaskletFailureReport.class - [JAR]

├─ org.apache.reef.vortex.protocol.workertomaster.TaskletResultReport.class - [JAR]

├─ org.apache.reef.vortex.protocol.workertomaster.WorkerToMasterReport.class - [JAR]

├─ org.apache.reef.vortex.protocol.workertomaster.WorkerToMasterReports.class - [JAR]

Advertisement

Dependencies from Group

Aug 10, 2017
2 usages
96 stars
Aug 10, 2017
2 usages
96 stars
Aug 10, 2017
1 usages
Aug 10, 2017
1 usages
96 stars

Discover Dependencies

Dec 09, 2015
3 usages
16.5k stars
Aug 22, 2015
1 usages
2 stars
Dec 11, 2015
2 usages
112 stars
Nov 08, 2018
2 usages
5 stars
Sep 19, 2021
2 usages
16 stars
Nov 19, 2018
1 usages
1 stars
Sep 15, 2015
2 usages
17 stars
Feb 04, 2022
1 usages
1.7k stars
Sep 23, 2015
1 usages
6 stars