org.apache.giraph.comm
Class RequestTest

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

public class RequestTest
extends Object

Test all the different netty requests.


Constructor Summary
RequestTest()
           
 
Method Summary
 void sendPartitionMutationsRequest()
           
 void sendVertexPartition()
           
 void sendWorkerMessagesRequest()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestTest

public RequestTest()
Method Detail

setUp

public void setUp()
           throws IOException
Throws:
IOException

sendVertexPartition

public void sendVertexPartition()
                         throws IOException
Throws:
IOException

sendWorkerMessagesRequest

public void sendWorkerMessagesRequest()
                               throws IOException
Throws:
IOException

sendPartitionMutationsRequest

public void sendPartitionMutationsRequest()
                                   throws IOException
Throws:
IOException


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