org.apache.falcon.service
Interface ConfigurationChangeListener
- All Known Implementing Classes:
- ColoClusterRelation, EntityGraph, FeedGroupMap, SharedLibraryHostingService
public interface ConfigurationChangeListener
Configuration change notification listener.
onAdd
void onAdd(Entity entity,
boolean ignoreFailure)
throws FalconException
- Throws:
FalconException
onRemove
void onRemove(Entity entity)
throws FalconException
- Throws:
FalconException
onChange
void onChange(Entity oldEntity,
Entity newEntity)
throws FalconException
- Throws:
FalconException
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.