co.cask.tigon.app.queue
Class QueueSpecificationGenerator.Node
java.lang.Object
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.
QueueSpecificationGenerator.Node
public QueueSpecificationGenerator.Node(co.cask.tigon.api.flow.FlowletConnection.Type type,
String name)
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.