Uses of Class
com.alibaba.graphscope.graphx.GraphXConf
-
Packages that use GraphXConf Package Description com.alibaba.graphscope.context com.alibaba.graphscope.graphx com.alibaba.graphscope.utils -
-
Uses of GraphXConf in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return GraphXConf Modifier and Type Method Description GraphXConf
GraphXParallelAdaptorContext. getConf()
-
Uses of GraphXConf in com.alibaba.graphscope.graphx
Constructors in com.alibaba.graphscope.graphx with parameters of type GraphXConf Constructor Description GraphXParallelPIE(GraphXConf<VD,ED,MSG_T> conf, scala.Function3<Long,VD,MSG_T,VD> vprog, scala.Function1<org.apache.spark.graphx.EdgeTriplet<VD,ED>,scala.collection.Iterator<scala.Tuple2<Long,MSG_T>>> sendMsg, scala.Function2<MSG_T,MSG_T,MSG_T> mergeMsg, MSG_T initialMessage, org.apache.spark.graphx.EdgeDirection direction)
-
Uses of GraphXConf in com.alibaba.graphscope.utils
Fields in com.alibaba.graphscope.utils declared as GraphXConf Modifier and Type Field Description protected GraphXConf<?,?,?>
AbstractMessageStore. conf
Methods in com.alibaba.graphscope.utils with parameters of type GraphXConf Modifier and Type Method Description static <T> MessageStore<T>
MessageStore. create(int len, int fnum, int numCores, Class<? extends T> clz, scala.Function2<T,T,T> function2, ThreadSafeBitSet nextSet, GraphXConf<?,?,?> conf, int ivnum)
Constructors in com.alibaba.graphscope.utils with parameters of type GraphXConf Constructor Description AbstractMessageStore(int fnum, int numCores, ThreadSafeBitSet nextSet, GraphXConf<?,?,?> conf, int ivnum)
DoubleMessageStore(int len, int fnum, int numCores, int ivnum, scala.Function2<Double,Double,Double> function2, ThreadSafeBitSet nextSet, GraphXConf<?,?,?> conf)
IntMessageStore(int len, int fnum, int numCores, int ivnum, scala.Function2<Integer,Integer,Integer> function2, ThreadSafeBitSet nextSet, GraphXConf<?,?,?> conf)
LongMessageStore(int len, int fnum, int numCores, int ivnum, scala.Function2<Long,Long,Long> mergeMessage, ThreadSafeBitSet nextSet, GraphXConf<?,?,?> conf)
ObjectMessageStore(int len, int fnum, int numCores, int ivnum, Class<? extends T> clz, scala.Function2<T,T,T> function2, ThreadSafeBitSet nextSet, GraphXConf<?,?,?> conf)
-