Uses of Interface
org.apache.hugegraph.computer.core.network.ClientFactory
-
Packages that use ClientFactory Package Description org.apache.hugegraph.computer.core.network org.apache.hugegraph.computer.core.network.netty -
-
Uses of ClientFactory in org.apache.hugegraph.computer.core.network
Methods in org.apache.hugegraph.computer.core.network that return ClientFactory Modifier and Type Method Description ClientFactoryTransportProvider. createClientFactory(TransportConf conf) -
Uses of ClientFactory in org.apache.hugegraph.computer.core.network.netty
Classes in org.apache.hugegraph.computer.core.network.netty that implement ClientFactory Modifier and Type Class Description classNettyClientFactoryMethods in org.apache.hugegraph.computer.core.network.netty that return ClientFactory Modifier and Type Method Description ClientFactoryNettyTransportProvider. createClientFactory(TransportConf conf)
-