org.apache.flume.node.nodemanager
Interface NodeConfigurationAware

All Known Implementing Classes:
DefaultLogicalNodeManager

public interface NodeConfigurationAware


Method Summary
 void startAllComponents(NodeConfiguration nodeConfiguration)
          Start components with the configuration provided.
 void stopAllComponents()
          Stop all components currently running.
 

Method Detail

stopAllComponents

void stopAllComponents()
Stop all components currently running.


startAllComponents

void startAllComponents(NodeConfiguration nodeConfiguration)
Start components with the configuration provided.

Parameters:
nodeConfiguration -


Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.