org.apache.giraph.comm
Class ConnectionTest

java.lang.Object
  extended by org.apache.giraph.comm.ConnectionTest

public class ConnectionTest
extends Object

Test the netty connections


Constructor Summary
ConnectionTest()
           
 
Method Summary
 void connectOneClientToThreeServers()
          Test connecting one client to three servers.
 void connectSingleClientServer()
          Test connecting a single client to a single server.
 void connectThreeClientsToOneServer()
          Test connecting three clients to one server.
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionTest

public ConnectionTest()
Method Detail

setUp

public void setUp()

connectSingleClientServer

public void connectSingleClientServer()
                               throws IOException
Test connecting a single client to a single server.

Throws:
IOException

connectOneClientToThreeServers

public void connectOneClientToThreeServers()
                                    throws IOException
Test connecting one client to three servers.

Throws:
IOException

connectThreeClientsToOneServer

public void connectThreeClientsToOneServer()
                                    throws IOException
Test connecting three clients to one server.

Throws:
IOException


Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.