org.apache.falcon.update
Class UpdateHelper
java.lang.Object
org.apache.falcon.update.UpdateHelper
public final class UpdateHelper
- extends Object
Helper methods to facilitate entity updates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shouldUpdate
public static boolean shouldUpdate(Entity oldEntity,
Entity newEntity,
String cluster)
throws FalconException
- Throws:
FalconException
shouldUpdate
public static boolean shouldUpdate(Entity oldEntity,
Entity newEntity,
Entity affectedEntity)
throws FalconException
- Throws:
FalconException
shouldUpdate
public static boolean shouldUpdate(org.apache.falcon.entity.v0.feed.Feed oldFeed,
org.apache.falcon.entity.v0.feed.Feed newFeed,
org.apache.falcon.entity.v0.process.Process affectedProcess)
throws FalconException
- Throws:
FalconException
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.