Uses of Class
com.alibaba.graphscope.parallel.netty.NettyClient
-
Packages that use NettyClient Package Description com.alibaba.graphscope.parallel.cache com.alibaba.graphscope.parallel.cache.impl -
-
Uses of NettyClient in com.alibaba.graphscope.parallel.cache
Methods in com.alibaba.graphscope.parallel.cache with parameters of type NettyClient 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 NettyClient in com.alibaba.graphscope.parallel.cache.impl
Constructors in com.alibaba.graphscope.parallel.cache.impl with parameters of type NettyClient Constructor Description BatchWritableMessageCache(int fragNum, int fragId, NettyClient client, ImmutableClassesGiraphConfiguration<I,?,?> conf)
ByteBufMessageCache(int fragNum, int fragId, NettyClient client, ImmutableClassesGiraphConfiguration<I,?,?> conf)
-