Uses of Interface
com.alibaba.graphscope.communication.FFICommunicator
-
-
Uses of FFICommunicator in com.alibaba.graphscope.communication
Subinterfaces of FFICommunicator in com.alibaba.graphscope.communication Modifier and Type Interface Description interfaceFFICommunicatorGenClasses in com.alibaba.graphscope.communication that implement FFICommunicator Modifier and Type Class Description classFFICommunicatorGen_cxx_0xd6e741c0Methods in com.alibaba.graphscope.communication that return FFICommunicator Modifier and Type Method Description FFICommunicatorCommunicator. getFFICommunicator() -
Uses of FFICommunicator in com.alibaba.graphscope.graph
Methods in com.alibaba.graphscope.graph with parameters of type FFICommunicator Modifier and Type Method Description voidAggregatorManager. init(FFICommunicator communicator)Init the manager with Grape::Communicator, the actual logic depends on implementation. -
Uses of FFICommunicator in com.alibaba.graphscope.graph.impl
Methods in com.alibaba.graphscope.graph.impl with parameters of type FFICommunicator Modifier and Type Method Description voidAggregatorManagerImpl. init(FFICommunicator communicator)voidAggregatorManagerNettyImpl. init(FFICommunicator communicator) -
Uses of FFICommunicator in com.alibaba.graphscope.parallel.mm
Methods in com.alibaba.graphscope.parallel.mm with parameters of type FFICommunicator Modifier and Type Method Description static GiraphMessageManagerGiraphMessageManagerFactory. create(String mmType, IFragment fragment, DefaultMessageManager grapeMessager, NetworkMap networkMap, ImmutableClassesGiraphConfiguration conf, FFICommunicator communicator, GiraphVertexIdManager idManager) -
Uses of FFICommunicator in com.alibaba.graphscope.parallel.mm.impl
Methods in com.alibaba.graphscope.parallel.mm.impl that return FFICommunicator Modifier and Type Method Description FFICommunicatorAbstractMessageManager. getCommunicator()Constructors in com.alibaba.graphscope.parallel.mm.impl with parameters of type FFICommunicator Constructor Description AbstractMessageManager(IFragment<GS_OID_T,GS_VID_T,?,?> fragment, DefaultMessageManager mm, ImmutableClassesGiraphConfiguration<OID_T,VDATA_T,EDATA_T> conf, FFICommunicator communicator)GiraphMpiMessageManager(IFragment fragment, DefaultMessageManager defaultMessageManager, ImmutableClassesGiraphConfiguration configuration, FFICommunicator communicator, GiraphVertexIdManager<GS_VID_T,OID_T> idManager)GiraphNettyMessageManager(IFragment fragment, NetworkMap networkMap, DefaultMessageManager mm, ImmutableClassesGiraphConfiguration<OID_T,VDATA_T,EDATA_T> conf, FFICommunicator communicator)The constructor is the preApplication. -
Uses of FFICommunicator in com.alibaba.graphscope.parallel.utils
Methods in com.alibaba.graphscope.parallel.utils with parameters of type FFICommunicator Modifier and Type Method Description static String[]Utils. getAllHostNames(int workerId, int workerNum, FFICommunicator communicator)
-