Uses of Interface
org.apache.hugegraph.computer.core.network.TransportClient
-
-
Uses of TransportClient in org.apache.hugegraph.computer.core.network
Methods in org.apache.hugegraph.computer.core.network that return TransportClient Modifier and Type Method Description TransportClientClientFactory. createClient(ConnectionId connectionId, ClientHandler handler)Create a TransportClient. -
Uses of TransportClient in org.apache.hugegraph.computer.core.network.connection
Methods in org.apache.hugegraph.computer.core.network.connection that return TransportClient Modifier and Type Method Description TransportClientConnectionManager. getOrCreateClient(java.lang.String host, int port)Get aTransportClientinstance from the connection pool first.TransportClientConnectionManager. getOrCreateClient(ConnectionId connectionId)Get aTransportClientinstance from the connection pool first.TransportClientTransportConnectionManager. getOrCreateClient(java.lang.String host, int port)TransportClientTransportConnectionManager. getOrCreateClient(ConnectionId connectionId) -
Uses of TransportClient in org.apache.hugegraph.computer.core.network.netty
Classes in org.apache.hugegraph.computer.core.network.netty that implement TransportClient Modifier and Type Class Description classNettyTransportClientMethods in org.apache.hugegraph.computer.core.network.netty that return TransportClient Modifier and Type Method Description TransportClientNettyClientFactory. createClient(ConnectionId connectionId, ClientHandler handler)Create a newTransportClientto the remote address. -
Uses of TransportClient in org.apache.hugegraph.computer.core.sender
Methods in org.apache.hugegraph.computer.core.sender with parameters of type TransportClient Modifier and Type Method Description voidQueuedMessageSender. addWorkerClient(int workerId, TransportClient client)
-