co.cask.tigon.app.queue
Class QueueSpecificationGenerator.Node

java.lang.Object
  extended by co.cask.tigon.app.queue.QueueSpecificationGenerator.Node
Enclosing interface:
QueueSpecificationGenerator

public static final class QueueSpecificationGenerator.Node
extends Object

This class represents a node in the DAG.


Constructor Summary
QueueSpecificationGenerator.Node(co.cask.tigon.api.flow.FlowletConnection.Type type, String name)
           
 
Method Summary
 boolean equals(Object o)
           
static QueueSpecificationGenerator.Node flowlet(String name)
           
 String getName()
           
 co.cask.tigon.api.flow.FlowletConnection.Type getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueSpecificationGenerator.Node

public QueueSpecificationGenerator.Node(co.cask.tigon.api.flow.FlowletConnection.Type type,
                                        String name)
Method Detail

flowlet

public static QueueSpecificationGenerator.Node flowlet(String name)

getType

public co.cask.tigon.api.flow.FlowletConnection.Type getType()

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.