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 interface
FFICommunicatorGen
Classes in com.alibaba.graphscope.communication that implement FFICommunicator Modifier and Type Class Description class
FFICommunicatorGen_cxx_0xd6e741c0
Methods in com.alibaba.graphscope.communication that return FFICommunicator Modifier and Type Method Description FFICommunicator
Communicator. 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 void
AggregatorManager. 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 void
AggregatorManagerImpl. init(FFICommunicator communicator)
void
AggregatorManagerNettyImpl. 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 GiraphMessageManager
GiraphMessageManagerFactory. 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 FFICommunicator
AbstractMessageManager. 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)
-