Uses of Class
org.apache.hugegraph.computer.core.network.message.PingMessage
-
Packages that use PingMessage Package Description org.apache.hugegraph.computer.core.network.message org.apache.hugegraph.computer.core.network.netty -
-
Uses of PingMessage in org.apache.hugegraph.computer.core.network.message
Fields in org.apache.hugegraph.computer.core.network.message declared as PingMessage Modifier and Type Field Description static PingMessagePingMessage. INSTANCEMethods in org.apache.hugegraph.computer.core.network.message that return PingMessage Modifier and Type Method Description static PingMessagePingMessage. parseFrom(io.netty.buffer.ByteBuf buf) -
Uses of PingMessage in org.apache.hugegraph.computer.core.network.netty
Methods in org.apache.hugegraph.computer.core.network.netty with parameters of type PingMessage Modifier and Type Method Description protected voidAbstractNettyHandler. processPingMessage(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, PingMessage pingMessage)
-