public class StreamDefinition extends Object
This stream definition does not include any deployment or runtime configuration for a stream.
StreamAppDefinition
Constructor and Description |
---|
StreamDefinition(String name,
String dslText)
Construct a
StreamDefinition . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<StreamAppDefinition> |
getAppDefinitions()
Return the ordered list of application definitions for this stream as a
List . |
Iterator<StreamAppDefinition> |
getDeploymentOrderIterator()
Return an iterator that indicates the order of application deployments for this
stream.
|
String |
getDslText()
Return the DSL definition for this stream.
|
String |
getName()
Return the name of this stream.
|
int |
hashCode() |
String |
toString() |
public String getName()
public String getDslText()
public List<StreamAppDefinition> getAppDefinitions()
List
. This allows for retrieval of application definitions in the stream by
index. Application definitions are maintained in stream flow order (source is
first, sink is last).public Iterator<StreamAppDefinition> getDeploymentOrderIterator()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.