Uses of Interface
com.alibaba.graphscope.parallel.message.MessageStore
-
-
Uses of MessageStore in com.alibaba.graphscope.parallel.cache
Methods in com.alibaba.graphscope.parallel.cache with parameters of type MessageStore Modifier and Type Method Description voidSendMessageCache. removeMessageToSelf(MessageStore<I,M,GS_VID_T> nextIncomingMessages) -
Uses of MessageStore in com.alibaba.graphscope.parallel.cache.impl
Methods in com.alibaba.graphscope.parallel.cache.impl with parameters of type MessageStore Modifier and Type Method Description voidBatchWritableMessageCache. removeMessageToSelf(MessageStore<I,M,GS_VID_T> nextIncomingMessages)voidByteBufMessageCache. removeMessageToSelf(MessageStore<I,M,GS_VID_T> nextIncomingMessages) -
Uses of MessageStore in com.alibaba.graphscope.parallel.message
Classes in com.alibaba.graphscope.parallel.message that implement MessageStore Modifier and Type Class Description classDefaultMessageStore<OID_T extends org.apache.hadoop.io.WritableComparable,MSG_T extends org.apache.hadoop.io.Writable,GS_VID_T>Methods in com.alibaba.graphscope.parallel.message that return MessageStore Modifier and Type Method Description MessageStore<I,M,GS_VID_T>DefaultMessageStoreFactory. newStore(org.apache.giraph.conf.MessageClasses<I,M> messageClasses)Creates new message store.Methods in com.alibaba.graphscope.parallel.message with parameters of type MessageStore Modifier and Type Method Description voidDefaultMessageStore. swap(MessageStore<OID_T,MSG_T,GS_VID_T> other)voidMessageStore. swap(MessageStore<I,M,GS_VID_T> other) -
Uses of MessageStore in com.alibaba.graphscope.parallel.mm.impl
Fields in com.alibaba.graphscope.parallel.mm.impl declared as MessageStore Modifier and Type Field Description protected MessageStore<OID_T,IN_MSG_T,GS_VID_T>AbstractMessageManager. currentIncomingMessageStoreprotected MessageStore<OID_T,IN_MSG_T,GS_VID_T>AbstractMessageManager. nextIncomingMessageStore -
Uses of MessageStore in com.alibaba.graphscope.parallel.netty
Methods in com.alibaba.graphscope.parallel.netty with parameters of type MessageStore Modifier and Type Method Description voidNettyServer. preSuperStep(MessageStore<OID_T,org.apache.hadoop.io.Writable,GS_VID_T> nextIncomingMessages)Constructors in com.alibaba.graphscope.parallel.netty with parameters of type MessageStore Constructor Description NettyServer(ImmutableClassesGiraphConfiguration conf, IFragment fragment, NetworkMap networkMap, MessageStore<OID_T,org.apache.hadoop.io.Writable,GS_VID_T> nextIncomingMessages, Thread.UncaughtExceptionHandler exceptionHandler) -
Uses of MessageStore in com.alibaba.graphscope.parallel.netty.handler
Methods in com.alibaba.graphscope.parallel.netty.handler with parameters of type MessageStore Modifier and Type Method Description voidNettyServerHandler. preSuperStep(MessageStore<OID_T,org.apache.hadoop.io.Writable,GS_VID_T> nextIncomingMessages)Constructors in com.alibaba.graphscope.parallel.netty.handler with parameters of type MessageStore Constructor Description NettyServerHandler(IFragment<?,GS_VID_T,?,?> fragment, MessageStore<OID_T,org.apache.hadoop.io.Writable,GS_VID_T> nextIncomingMessages) -
Uses of MessageStore in com.alibaba.graphscope.parallel.netty.request
Methods in com.alibaba.graphscope.parallel.netty.request with parameters of type MessageStore Modifier and Type Method Description abstract voidWritableRequest. doRequest(MessageStore<I,org.apache.hadoop.io.Writable,?> messageStore)Apply this request on this message storage. -
Uses of MessageStore in com.alibaba.graphscope.parallel.netty.request.impl
Methods in com.alibaba.graphscope.parallel.netty.request.impl with parameters of type MessageStore Modifier and Type Method Description voidBatchWritableRequest. doRequest(MessageStore messageStore)Apply this request on this message storage.voidByteBufRequest. doRequest(MessageStore messageStore)Apply this request on this message storage.voidGidLongWritableRequest. doRequest(MessageStore messageStore)Apply this request on this message storage.voidOneLongWritableRequest. doRequest(MessageStore messageStore)Apply this request on this message storage.
-