Uses of Class
org.apache.giraph.conf.ImmutableClassesGiraphConfiguration
-
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context with parameters of type ImmutableClassesGiraphConfiguration Modifier and Type Method Description void
GiraphComputationAdaptorContext. updateIncomingMessageClass(ImmutableClassesGiraphConfiguration conf)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory with parameters of type ImmutableClassesGiraphConfiguration Modifier and Type Method Description static <VDATA_T extends org.apache.hadoop.io.Writable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
VertexDataManager<VDATA_T>GiraphComputationFactory. createDefaultVertexDataManager(ImmutableClassesGiraphConfiguration conf, IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> frag, long innerVerticesNum)
static <OID_T extends org.apache.hadoop.io.WritableComparable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
GiraphVertexIdManager<GRAPE_VID_T,OID_T>GiraphComputationFactory. createDefaultVertexIdManager(ImmutableClassesGiraphConfiguration conf, IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> frag, long fragVerticesNum)
static <OID_T extends org.apache.hadoop.io.WritableComparable,EDATA_T extends org.apache.hadoop.io.Writable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
GiraphEdgeManager<OID_T,EDATA_T>GiraphComputationFactory. createImmutableEdgeManager(ImmutableClassesGiraphConfiguration conf, IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> fragment, GiraphVertexIdManager<GRAPE_VID_T,OID_T> vertexIdManager)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.graph.comm.netty
Constructors in com.alibaba.graphscope.graph.comm.netty with parameters of type ImmutableClassesGiraphConfiguration Constructor Description AggregatorNettyClient(ImmutableClassesGiraphConfiguration conf, AggregatorManager aggregatorManager, WorkerInfo workerInfo, Thread.UncaughtExceptionHandler exceptionHandler)
AggregatorNettyServer(ImmutableClassesGiraphConfiguration conf, AggregatorManager aggregatorManager, WorkerInfo workerInfo, Thread.UncaughtExceptionHandler exceptionHandler)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.graph.impl
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.cache
Methods in com.alibaba.graphscope.parallel.cache with parameters of type ImmutableClassesGiraphConfiguration Modifier and Type Method Description static <I_ extends org.apache.hadoop.io.WritableComparable,M_ extends org.apache.hadoop.io.Writable,GS_VID_T_>
SendMessageCache<I_,M_,GS_VID_T_>SendMessageCache. newMessageCache(int fragNum, int fragId, NettyClient client, ImmutableClassesGiraphConfiguration<I_,?,M_> conf)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.cache.impl
Constructors in com.alibaba.graphscope.parallel.cache.impl with parameters of type ImmutableClassesGiraphConfiguration Constructor Description BatchWritableMessageCache(int fragNum, int fragId, NettyClient client, ImmutableClassesGiraphConfiguration<I,?,?> conf)
ByteBufMessageCache(int fragNum, int fragId, NettyClient client, ImmutableClassesGiraphConfiguration<I,?,?> conf)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.message
Methods in com.alibaba.graphscope.parallel.message with parameters of type ImmutableClassesGiraphConfiguration Modifier and Type Method Description void
DefaultMessageStoreFactory. initialize(IFragment fragment, ImmutableClassesGiraphConfiguration<I,?,?> conf)
Implementation class should use this method of initialization of any required internal state.void
MessageStoreFactory. initialize(IFragment fragment, ImmutableClassesGiraphConfiguration<I,?,?> conf)
Implementation class should use this method of initialization of any required internal state.Constructors in com.alibaba.graphscope.parallel.message with parameters of type ImmutableClassesGiraphConfiguration Constructor Description DefaultMessageStore(IFragment<?,GS_VID_T,?,?> fragment, ImmutableClassesGiraphConfiguration<OID_T,?,?> conf)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.mm
Methods in com.alibaba.graphscope.parallel.mm with parameters of type ImmutableClassesGiraphConfiguration 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 ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.mm.impl
Methods in com.alibaba.graphscope.parallel.mm.impl that return ImmutableClassesGiraphConfiguration Modifier and Type Method Description ImmutableClassesGiraphConfiguration<OID_T,VDATA_T,EDATA_T>
AbstractMessageManager. getConf()
Constructors in com.alibaba.graphscope.parallel.mm.impl with parameters of type ImmutableClassesGiraphConfiguration 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 ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.netty
Constructors in com.alibaba.graphscope.parallel.netty with parameters of type ImmutableClassesGiraphConfiguration Constructor Description NettyClient(ImmutableClassesGiraphConfiguration conf, NetworkMap networkMap, Thread.UncaughtExceptionHandler exceptionHandler)
NettyServer(ImmutableClassesGiraphConfiguration conf, IFragment fragment, NetworkMap networkMap, MessageStore<OID_T,org.apache.hadoop.io.Writable,GS_VID_T> nextIncomingMessages, Thread.UncaughtExceptionHandler exceptionHandler)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.netty.request
Fields in com.alibaba.graphscope.parallel.netty.request declared as ImmutableClassesGiraphConfiguration Modifier and Type Field Description protected ImmutableClassesGiraphConfiguration<I,V,E>
WritableRequest. conf
ConfigurationMethods in com.alibaba.graphscope.parallel.netty.request that return ImmutableClassesGiraphConfiguration Modifier and Type Method Description ImmutableClassesGiraphConfiguration<I,V,E>
WritableRequest. getConf()
Methods in com.alibaba.graphscope.parallel.netty.request with parameters of type ImmutableClassesGiraphConfiguration Modifier and Type Method Description void
WritableRequest. setConf(ImmutableClassesGiraphConfiguration<I,V,E> conf)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.parallel.netty.request.serialization
Constructors in com.alibaba.graphscope.parallel.netty.request.serialization with parameters of type ImmutableClassesGiraphConfiguration Constructor Description WritableRequestDecoder(ImmutableClassesGiraphConfiguration conf, int decoderId)
WritableRequestEncoder(ImmutableClassesGiraphConfiguration conf)
-
Uses of ImmutableClassesGiraphConfiguration in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils with parameters of type ImmutableClassesGiraphConfiguration Modifier and Type Method Description static void
ConfigurationUtils. configureIfPossible(Object object, ImmutableClassesGiraphConfiguration configuration)
Configure an object with anImmutableClassesGiraphConfiguration
if that objects supports it.
-