Package org.teiid.runtime
Interface NodeListener
-
- All Known Implementing Classes:
MaterializationManager
public interface NodeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nodeDropped(String nodeName)
void
nodeJoined(String nodeName)
-