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.
Method Summary |
void |
dispatch(Directive directive)
Instruct GroomServer performaning tasks. |
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol |
getProtocolVersion |
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