Uses of Class
org.apache.hugegraph.computer.core.network.TransportConf
-
Packages that use TransportConf Package Description org.apache.hugegraph.computer.core.network org.apache.hugegraph.computer.core.network.netty org.apache.hugegraph.computer.core.network.session -
-
Uses of TransportConf in org.apache.hugegraph.computer.core.network
Methods in org.apache.hugegraph.computer.core.network that return TransportConf Modifier and Type Method Description static TransportConfTransportConf. wrapConfig(org.apache.hugegraph.computer.core.config.Config config)Methods in org.apache.hugegraph.computer.core.network with parameters of type TransportConf Modifier and Type Method Description ClientFactoryTransportProvider. createClientFactory(TransportConf conf)TransportServerTransportProvider. createServer(TransportConf conf) -
Uses of TransportConf in org.apache.hugegraph.computer.core.network.netty
Methods in org.apache.hugegraph.computer.core.network.netty that return TransportConf Modifier and Type Method Description TransportConfNettyClientFactory. conf()TransportConfNettyTransportServer. conf()Methods in org.apache.hugegraph.computer.core.network.netty with parameters of type TransportConf Modifier and Type Method Description ClientFactoryNettyTransportProvider. createClientFactory(TransportConf conf)TransportServerNettyTransportProvider. createServer(TransportConf conf)Constructors in org.apache.hugegraph.computer.core.network.netty with parameters of type TransportConf Constructor Description NettyClientFactory(TransportConf conf)NettyClientFactory(TransportConf conf, io.netty.buffer.ByteBufAllocator bufAllocator)NettyProtocol(TransportConf conf) -
Uses of TransportConf in org.apache.hugegraph.computer.core.network.session
Fields in org.apache.hugegraph.computer.core.network.session declared as TransportConf Modifier and Type Field Description protected TransportConfTransportSession. confMethods in org.apache.hugegraph.computer.core.network.session that return TransportConf Modifier and Type Method Description TransportConfTransportSession. conf()Constructors in org.apache.hugegraph.computer.core.network.session with parameters of type TransportConf Constructor Description ClientSession(TransportConf conf, java.util.function.Function<Message,java.util.concurrent.Future<java.lang.Void>> sendFunction)ServerSession(TransportConf conf)TransportSession(TransportConf conf)
-