jar

com.alibaba.graphscope : grape-giraph

Maven & Gradle

Oct 26, 2022
2.5k stars

Giraph on Grape

Table Of Contents

Latest Version

Download com.alibaba.graphscope : grape-giraph JAR file - Latest Versions:

All Versions

Download com.alibaba.graphscope : grape-giraph JAR file - All Versions:

Version Vulnerabilities Size Updated
0.18.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 grape-giraph-0.18.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.giraph.io.formats

├─ org.apache.giraph.io.formats.FileRecordReader.class - [JAR]

├─ org.apache.giraph.io.formats.GiraphTextOutputFormat.class - [JAR]

├─ org.apache.giraph.io.formats.TextEdgeInputFormat.class - [JAR]

├─ org.apache.giraph.io.formats.TextVertexInputFormat.class - [JAR]

├─ org.apache.giraph.io.formats.TextVertexOutputFormat.class - [JAR]

com.alibaba.graphscope.graph.impl

├─ com.alibaba.graphscope.graph.impl.AggregatorManagerImpl.class - [JAR]

├─ com.alibaba.graphscope.graph.impl.AggregatorManagerNettyImpl.class - [JAR]

├─ com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager.class - [JAR]

├─ com.alibaba.graphscope.graph.impl.GiraphVertexIdManagerImpl.class - [JAR]

├─ com.alibaba.graphscope.graph.impl.VertexDataManagerImpl.class - [JAR]

├─ com.alibaba.graphscope.graph.impl.VertexImpl.class - [JAR]

com.alibaba.graphscope.parallel.mm

├─ com.alibaba.graphscope.parallel.mm.GiraphMessageManager.class - [JAR]

├─ com.alibaba.graphscope.parallel.mm.GiraphMessageManagerFactory.class - [JAR]

├─ com.alibaba.graphscope.parallel.mm.ListMessageIterable.class - [JAR]

├─ com.alibaba.graphscope.parallel.mm.MessageIterable.class - [JAR]

com.alibaba.graphscope.app

├─ com.alibaba.graphscope.app.GiraphComputationAdaptor.class - [JAR]

org.apache.giraph.conf

├─ org.apache.giraph.conf.GiraphConfiguration.class - [JAR]

├─ org.apache.giraph.conf.GiraphConstants.class - [JAR]

├─ org.apache.giraph.conf.ImmutableClassesGiraphConfiguration.class - [JAR]

com.alibaba.graphscope.parallel.netty.request.impl

├─ com.alibaba.graphscope.parallel.netty.request.impl.BatchWritableRequest.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.request.impl.ByteBufRequest.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.request.impl.GidLongWritableRequest.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.request.impl.OneLongWritableRequest.class - [JAR]

com.alibaba.graphscope.parallel.cache.impl

├─ com.alibaba.graphscope.parallel.cache.impl.BatchWritableMessageCache.class - [JAR]

├─ com.alibaba.graphscope.parallel.cache.impl.ByteBufMessageCache.class - [JAR]

org.apache.giraph.worker

├─ org.apache.giraph.worker.WorkerAggregatorDelegator.class - [JAR]

├─ org.apache.giraph.worker.WorkerContext.class - [JAR]

com.alibaba.graphscope.utils

├─ com.alibaba.graphscope.utils.ConfigurationUtils.class - [JAR]

├─ com.alibaba.graphscope.utils.Gid2Data.class - [JAR]

├─ com.alibaba.graphscope.utils.Gid2DataFixed.class - [JAR]

├─ com.alibaba.graphscope.utils.Gid2DataResizable.class - [JAR]

├─ com.alibaba.graphscope.utils.GrapeReflectionUtils.class - [JAR]

├─ com.alibaba.graphscope.utils.GrapeTypes.class - [JAR]

├─ com.alibaba.graphscope.utils.LongIdParser.class - [JAR]

├─ com.alibaba.graphscope.utils.WritableFactory.class - [JAR]

com.alibaba.graphscope.parallel.netty

├─ com.alibaba.graphscope.parallel.netty.NettyClient.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.NettyServer.class - [JAR]

com.alibaba.graphscope.parallel.utils

├─ com.alibaba.graphscope.parallel.utils.NetworkMap.class - [JAR]

├─ com.alibaba.graphscope.parallel.utils.Utils.class - [JAR]

com.alibaba.graphscope.loader.impl

├─ com.alibaba.graphscope.loader.impl.FileLoader.class - [JAR]

├─ com.alibaba.graphscope.loader.impl.GraphDataBufferManangerImpl.class - [JAR]

com.alibaba.graphscope.graph.comm.requests

├─ com.alibaba.graphscope.graph.comm.requests.AggregatorMessage.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.requests.ByteArrayMessage.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.requests.NettyMessage.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.requests.NettyMessageDecoder.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.requests.NettyMessageEncoder.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.requests.NettyMessageType.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.requests.NettyWritableMessage.class - [JAR]

com.alibaba.graphscope.context

├─ com.alibaba.graphscope.context.GiraphComputationAdaptorContext.class - [JAR]

com.alibaba.graphscope.graph.comm.netty

├─ com.alibaba.graphscope.graph.comm.netty.AggregatorNettyClient.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.netty.AggregatorNettyServer.class - [JAR]

com.alibaba.graphscope.parallel.cache

├─ com.alibaba.graphscope.parallel.cache.SendMessageCache.class - [JAR]

org.apache.giraph.graph

├─ org.apache.giraph.graph.AbstractComputation.class - [JAR]

com.alibaba.graphscope.factory

├─ com.alibaba.graphscope.factory.GiraphComputationFactory.class - [JAR]

com.alibaba.graphscope.graph

├─ com.alibaba.graphscope.graph.AggregatorManager.class - [JAR]

├─ com.alibaba.graphscope.graph.GiraphEdgeManager.class - [JAR]

├─ com.alibaba.graphscope.graph.GiraphVertexIdManager.class - [JAR]

├─ com.alibaba.graphscope.graph.VertexDataManager.class - [JAR]

├─ com.alibaba.graphscope.graph.VertexFactory.class - [JAR]

org.apache.giraph.master

├─ org.apache.giraph.master.MasterCompute.class - [JAR]

com.alibaba.graphscope.parallel.netty.request.serialization

├─ com.alibaba.graphscope.parallel.netty.request.serialization.WritableRequestDecoder.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.request.serialization.WritableRequestEncoder.class - [JAR]

com.alibaba.graphscope.parallel.mm.impl

├─ com.alibaba.graphscope.parallel.mm.impl.AbstractMessageManager.class - [JAR]

├─ com.alibaba.graphscope.parallel.mm.impl.GiraphMpiMessageManager.class - [JAR]

├─ com.alibaba.graphscope.parallel.mm.impl.GiraphNettyMessageManager.class - [JAR]

com.alibaba.graphscope.loader

├─ com.alibaba.graphscope.loader.GraphDataBufferManager.class - [JAR]

├─ com.alibaba.graphscope.loader.LoaderBase.class - [JAR]

├─ com.alibaba.graphscope.loader.LoaderUtils.class - [JAR]

com.alibaba.graphscope.parallel.netty.request

├─ com.alibaba.graphscope.parallel.netty.request.RequestType.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.request.WritableRequest.class - [JAR]

com.alibaba.graphscope.parallel.message

├─ com.alibaba.graphscope.parallel.message.DefaultMessageStore.class - [JAR]

├─ com.alibaba.graphscope.parallel.message.DefaultMessageStoreFactory.class - [JAR]

├─ com.alibaba.graphscope.parallel.message.MessageStore.class - [JAR]

├─ com.alibaba.graphscope.parallel.message.MessageStoreFactory.class - [JAR]

com.alibaba.graphscope.parallel.netty.handler

├─ com.alibaba.graphscope.parallel.netty.handler.NettyClientHandler.class - [JAR]

├─ com.alibaba.graphscope.parallel.netty.handler.NettyServerHandler.class - [JAR]

com.alibaba.graphscope.graph.comm.netty.handler

├─ com.alibaba.graphscope.graph.comm.netty.handler.ClientHandler.class - [JAR]

├─ com.alibaba.graphscope.graph.comm.netty.handler.ServerHandler.class - [JAR]

com.alibaba.graphscope.graph.comm

├─ com.alibaba.graphscope.graph.comm.WorkerInfo.class - [JAR]