Package | Description |
---|---|
io.streamzi.openshift.dataflow.deployment | |
io.streamzi.openshift.dataflow.model | |
io.streamzi.openshift.dataflow.serialization |
Modifier and Type | Method and Description |
---|---|
ProcessorLink |
LinkDeployment.getLink() |
Constructor and Description |
---|
LinkDeployment(ProcessorLink link,
LinkDeployment.LinkType type,
String sourceCloud,
String targetCloud) |
Modifier and Type | Field and Description |
---|---|
protected List<ProcessorLink> |
ProcessorPort.links |
Modifier and Type | Method and Description |
---|---|
List<ProcessorLink> |
ProcessorFlow.getLinks()
Returns the links so that nodes can be reconnected
|
List<ProcessorLink> |
ProcessorPort.getLinks() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorOutputPort.addLink(ProcessorLink link) |
abstract void |
ProcessorPort.addLink(ProcessorLink link) |
void |
ProcessorInputPort.addLink(ProcessorLink link) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorPort.setLinks(List<ProcessorLink> links) |
Modifier and Type | Method and Description |
---|---|
void |
SerializedLink.setLink(ProcessorLink link) |
Constructor and Description |
---|
SerializedLink(ProcessorLink link) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.