jar

org.apache.hugegraph : computer-api

Maven & Gradle

Feb 10, 2023
Table Of Contents

Latest Version

Download org.apache.hugegraph : computer-api JAR file - Latest Versions:

All Versions

Download org.apache.hugegraph : computer-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 computer-api-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.hugegraph.computer.core.graph.value

├─ org.apache.hugegraph.computer.core.graph.value.BooleanValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.DoubleValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.FloatValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.IdList.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.IdListList.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.IdSet.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.IntValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.ListValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.LongValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.MapValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.NullValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.StringValue.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.Value.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.value.ValueType.class - [JAR]

org.apache.hugegraph.computer.core.master

├─ org.apache.hugegraph.computer.core.master.DefaultMasterComputation.class - [JAR]

├─ org.apache.hugegraph.computer.core.master.MasterComputation.class - [JAR]

├─ org.apache.hugegraph.computer.core.master.MasterComputationContext.class - [JAR]

├─ org.apache.hugegraph.computer.core.master.MasterContext.class - [JAR]

org.apache.hugegraph.computer.core.output.hg

├─ org.apache.hugegraph.computer.core.output.hg.HugeGraphOutput.class - [JAR]

org.apache.hugegraph.computer.core.output.hg.task

├─ org.apache.hugegraph.computer.core.output.hg.task.BatchInsertTask.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.hg.task.InsertTask.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.hg.task.SingleInsertTask.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.hg.task.TaskManager.class - [JAR]

org.apache.hugegraph.computer.core.graph.vertex

├─ org.apache.hugegraph.computer.core.graph.vertex.Vertex.class - [JAR]

org.apache.hugegraph.computer.core.output.hg.exceptions

├─ org.apache.hugegraph.computer.core.output.hg.exceptions.WriteBackException.class - [JAR]

org.apache.hugegraph.computer.core.aggregator

├─ org.apache.hugegraph.computer.core.aggregator.Aggregator.class - [JAR]

├─ org.apache.hugegraph.computer.core.aggregator.Aggregator4Master.class - [JAR]

├─ org.apache.hugegraph.computer.core.aggregator.Aggregator4Worker.class - [JAR]

org.apache.hugegraph.computer.core.graph.edge

├─ org.apache.hugegraph.computer.core.graph.edge.Edge.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.edge.Edges.class - [JAR]

org.apache.hugegraph.computer.core.common.exception

├─ org.apache.hugegraph.computer.core.common.exception.ComputerException.class - [JAR]

org.apache.hugegraph.computer.core.config

├─ org.apache.hugegraph.computer.core.config.ComputerOptions.class - [JAR]

├─ org.apache.hugegraph.computer.core.config.Config.class - [JAR]

├─ org.apache.hugegraph.computer.core.config.DefaultConfig.class - [JAR]

├─ org.apache.hugegraph.computer.core.config.EdgeFrequency.class - [JAR]

├─ org.apache.hugegraph.computer.core.config.HotConfig.class - [JAR]

├─ org.apache.hugegraph.computer.core.config.Null.class - [JAR]

org.apache.hugegraph.computer.core.util

├─ org.apache.hugegraph.computer.core.util.BytesUtil.class - [JAR]

├─ org.apache.hugegraph.computer.core.util.CoderUtil.class - [JAR]

org.apache.hugegraph.computer.core.input

├─ org.apache.hugegraph.computer.core.input.InputFilter.class - [JAR]

org.apache.hugegraph.computer.core.worker

├─ org.apache.hugegraph.computer.core.worker.Computation.class - [JAR]

├─ org.apache.hugegraph.computer.core.worker.ComputationContext.class - [JAR]

├─ org.apache.hugegraph.computer.core.worker.FilterComputation.class - [JAR]

├─ org.apache.hugegraph.computer.core.worker.ReduceComputation.class - [JAR]

├─ org.apache.hugegraph.computer.core.worker.WorkerContext.class - [JAR]

org.apache.hugegraph.computer.core.output.hg.metrics

├─ org.apache.hugegraph.computer.core.output.hg.metrics.LoadMetrics.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.hg.metrics.LoadReport.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.hg.metrics.LoadSummary.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.hg.metrics.Printer.class - [JAR]

org.apache.hugegraph.computer.core.graph.id

├─ org.apache.hugegraph.computer.core.graph.id.Id.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.id.IdFactory.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.id.IdType.class - [JAR]

org.apache.hugegraph.computer.core.allocator

├─ org.apache.hugegraph.computer.core.allocator.Allocator.class - [JAR]

├─ org.apache.hugegraph.computer.core.allocator.Recyclable.class - [JAR]

├─ org.apache.hugegraph.computer.core.allocator.RecyclerReference.class - [JAR]

org.apache.hugegraph.computer.core.graph.properties

├─ org.apache.hugegraph.computer.core.graph.properties.DefaultProperties.class - [JAR]

├─ org.apache.hugegraph.computer.core.graph.properties.Properties.class - [JAR]

org.apache.hugegraph.computer.core.graph

├─ org.apache.hugegraph.computer.core.graph.GraphFactory.class - [JAR]

org.apache.hugegraph.computer.algorithm

├─ org.apache.hugegraph.computer.algorithm.AlgorithmParams.class - [JAR]

org.apache.hugegraph.computer.core.common

├─ org.apache.hugegraph.computer.core.common.ComputerContext.class - [JAR]

├─ org.apache.hugegraph.computer.core.common.Constants.class - [JAR]

├─ org.apache.hugegraph.computer.core.common.SerialEnum.class - [JAR]

org.apache.hugegraph.computer.core.combiner

├─ org.apache.hugegraph.computer.core.combiner.Combiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.FloatValueSumCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.IntValueSumCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.LongValueSumCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.MergeNewPropertiesCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.MergeOldPropertiesCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.OverwriteCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.OverwritePropertiesCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.PropertiesCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.ValueMaxCombiner.class - [JAR]

├─ org.apache.hugegraph.computer.core.combiner.ValueMinCombiner.class - [JAR]

org.apache.hugegraph.computer.core.io

├─ org.apache.hugegraph.computer.core.io.BytesInput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.BytesOutput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.GraphComputeInput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.GraphComputeOutput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.GraphInput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.GraphOutput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.GraphWritebackOutput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.RandomAccessInput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.RandomAccessOutput.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.Readable.class - [JAR]

├─ org.apache.hugegraph.computer.core.io.Writable.class - [JAR]

org.apache.hugegraph.computer.core.output

├─ org.apache.hugegraph.computer.core.output.AbstractComputerOutput.class - [JAR]

├─ org.apache.hugegraph.computer.core.output.ComputerOutput.class - [JAR]