Uses of Class
org.apache.hugegraph.computer.core.common.exception.TransportException
-
-
Uses of TransportException in org.apache.hugegraph.computer.core.network
Methods in org.apache.hugegraph.computer.core.network with parameters of type TransportException Modifier and Type Method Description voidTransportHandler. exceptionCaught(TransportException cause, ConnectionId connectionId)Invoked when the channel associated with the given connectionId has an exception is thrown processing message.Methods in org.apache.hugegraph.computer.core.network that throw TransportException Modifier and Type Method Description TransportClientClientFactory. createClient(ConnectionId connectionId, ClientHandler handler)Create a TransportClient.voidTransportClient. finishSession()This method is called after an iteration.java.util.concurrent.CompletableFuture<java.lang.Void>TransportClient. finishSessionAsync()This method is the asynchronous version ofTransportClient.finishSession().booleanTransportClient. send(MessageType messageType, int partition, java.nio.ByteBuffer buffer)Send the buffer to the server.voidTransportClient. startSession()This method is called before an iteration of sending buffers.java.util.concurrent.CompletableFuture<java.lang.Void>TransportClient. startSessionAsync()This method is the asynchronous version ofTransportClient.startSession(). -
Uses of TransportException in org.apache.hugegraph.computer.core.network.connection
Methods in org.apache.hugegraph.computer.core.network.connection that throw TransportException 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 TransportException in org.apache.hugegraph.computer.core.network.netty
Methods in org.apache.hugegraph.computer.core.network.netty that throw TransportException Modifier and Type Method Description TransportClientNettyClientFactory. createClient(ConnectionId connectionId, ClientHandler handler)Create a newTransportClientto the remote address.protected io.netty.channel.ChannelNettyClientFactory. doConnect(java.net.InetSocketAddress address, int connectTimeoutMs)Connect to the remote server.protected io.netty.channel.ChannelNettyClientFactory. doConnectWithRetries(java.net.InetSocketAddress address, int retryNumber, int connectTimeoutMs)Connect to the remote server with retriesvoidNettyTransportClient. finishSession()booleanNettyTransportClient. send(MessageType messageType, int partition, java.nio.ByteBuffer buffer)voidNettyTransportClient. startSession() -
Uses of TransportException in org.apache.hugegraph.computer.core.network.session
Methods in org.apache.hugegraph.computer.core.network.session that throw TransportException Modifier and Type Method Description voidClientSession. finish(long timeout)voidClientSession. start(long timeout) -
Uses of TransportException in org.apache.hugegraph.computer.core.receiver
Methods in org.apache.hugegraph.computer.core.receiver with parameters of type TransportException Modifier and Type Method Description voidMessageRecvManager. exceptionCaught(TransportException cause, ConnectionId connectionId)
-