Uses of Class
com.alibaba.graphscope.parallel.netty.request.WritableRequest
-
-
Uses of WritableRequest in com.alibaba.graphscope.parallel.netty
Methods in com.alibaba.graphscope.parallel.netty with parameters of type WritableRequest Modifier and Type Method Description voidNettyClient. sendMessage(int dstFragId, WritableRequest request) -
Uses of WritableRequest in com.alibaba.graphscope.parallel.netty.handler
Methods in com.alibaba.graphscope.parallel.netty.handler with parameters of type WritableRequest Modifier and Type Method Description protected voidNettyServerHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, WritableRequest msg)Please keep in mind that this method will be renamed tomessageReceived(ChannelHandlerContext, I)in 5.0. -
Uses of WritableRequest in com.alibaba.graphscope.parallel.netty.request
Methods in com.alibaba.graphscope.parallel.netty.request that return types with arguments of type WritableRequest Modifier and Type Method Description Class<? extends WritableRequest>RequestType. getClazz() -
Uses of WritableRequest in com.alibaba.graphscope.parallel.netty.request.impl
Subclasses of WritableRequest in com.alibaba.graphscope.parallel.netty.request.impl Modifier and Type Class Description classBatchWritableRequestclassByteBufRequestA special type of request which store byteBuf as store.classGidLongWritableRequestclassOneLongWritableRequest
-