public class AdaptedDataFlow extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
autoStartProcessors |
private byte[] |
flow |
private byte[] |
snippets |
private byte[] |
templates |
| Constructor and Description |
|---|
AdaptedDataFlow() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFlow() |
byte[] |
getSnippets() |
byte[] |
getTemplates() |
boolean |
isAutoStartProcessors() |
void |
setAutoStartProcessors(boolean runningAllProcessors) |
void |
setFlow(byte[] flow) |
void |
setSnippets(byte[] snippets) |
void |
setTemplates(byte[] templates) |
private byte[] flow
private byte[] templates
private byte[] snippets
private boolean autoStartProcessors
public byte[] getFlow()
public void setFlow(byte[] flow)
public byte[] getTemplates()
public void setTemplates(byte[] templates)
public byte[] getSnippets()
public void setSnippets(byte[] snippets)
public boolean isAutoStartProcessors()
public void setAutoStartProcessors(boolean runningAllProcessors)
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.