org.apache.falcon.group
Class FeedGroup

java.lang.Object
  extended by org.apache.falcon.group.FeedGroup

public class FeedGroup
extends Object

Group, which represents a logical group of feeds which can belong to this group.


Constructor Summary
FeedGroup(String group, Frequency frequency, String path)
           
 
Method Summary
 boolean canContainFeed(org.apache.falcon.entity.v0.feed.Feed feed)
           
 boolean equals(Object obj)
           
 String getDatePattern()
           
static String getDatePattern(String path)
           
 Set<String> getFeeds()
           
 Frequency getFrequency()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedGroup

public FeedGroup(String group,
                 Frequency frequency,
                 String path)
Method Detail

getDatePattern

public static String getDatePattern(String path)

getFeeds

public Set<String> getFeeds()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

getFrequency

public Frequency getFrequency()

getDatePattern

public String getDatePattern()

canContainFeed

public boolean canContainFeed(org.apache.falcon.entity.v0.feed.Feed feed)
                       throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.