org.apache.falcon.entity
Class WorkflowNameBuilder.WorkflowName

java.lang.Object
  extended by org.apache.falcon.entity.WorkflowNameBuilder.WorkflowName
Enclosing class:
WorkflowNameBuilder<T extends Entity>

public static class WorkflowNameBuilder.WorkflowName
extends Object

Workflow name.


Constructor Summary
WorkflowNameBuilder.WorkflowName(String prefix, String entityType, String tag, String entityName, List<String> suffixes)
           
 
Method Summary
static Pair<Tag,String> getTagAndSuffixes(Entity entity, String workflowName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowNameBuilder.WorkflowName

public WorkflowNameBuilder.WorkflowName(String prefix,
                                        String entityType,
                                        String tag,
                                        String entityName,
                                        List<String> suffixes)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getTagAndSuffixes

public static Pair<Tag,String> getTagAndSuffixes(Entity entity,
                                                 String workflowName)


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