org.apache.hama.ipc
Interface WorkerProtocol

All Superinterfaces:
HamaRPCProtocolVersion, org.apache.hadoop.ipc.VersionedProtocol
All Known Implementing Classes:
GroomServer

public interface WorkerProtocol
extends HamaRPCProtocolVersion

A protocol for BSPMaster talks to GroomServer. This protocol allow BSPMaster dispatch tasks to a GroomServer.


Field Summary
 
Fields inherited from interface org.apache.hama.ipc.HamaRPCProtocolVersion
versionID
 
Method Summary
 void dispatch(Directive directive)
          Instruct GroomServer performaning tasks.
 
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
 

Method Detail

dispatch

void dispatch(Directive directive)
              throws IOException
Instruct GroomServer performaning tasks.

Parameters:
directive - instructs a GroomServer performing necessary execution.
Throws:
IOException


Copyright © 2011 The Apache Software Foundation