org.apache.hama.bsp
Interface DirectiveHandler


public interface DirectiveHandler

A DirectiveHandler interface.


Method Summary
 void handle(Directive directive)
          Handle directives on demand.
 

Method Detail

handle

void handle(Directive directive)
            throws DirectiveException
Handle directives on demand.

Parameters:
directive - to be handled.
Throws:
DirectiveException


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