Modifier and Type | Field and Description |
---|---|
private boolean |
flowFileV1 |
private boolean |
flowFileV2 |
private boolean |
flowFileV3 |
private boolean |
gzip |
private Integer |
protocolVersion |
Constructor and Description |
---|
DestinationAccepts(boolean flowFileV3,
boolean flowFileV2,
boolean flowFileV1,
boolean gzip,
Integer protocolVersion) |
Modifier and Type | Method and Description |
---|---|
Integer |
getProtocolVersion() |
boolean |
isFlowFileV1Accepted() |
boolean |
isFlowFileV2Accepted() |
boolean |
isFlowFileV3Accepted() |
boolean |
isGzipAccepted() |
private final boolean flowFileV1
private final boolean flowFileV2
private final boolean flowFileV3
private final boolean gzip
private final Integer protocolVersion
public DestinationAccepts(boolean flowFileV3, boolean flowFileV2, boolean flowFileV1, boolean gzip, Integer protocolVersion)
public boolean isFlowFileV3Accepted()
public boolean isFlowFileV2Accepted()
public boolean isFlowFileV1Accepted()
public boolean isGzipAccepted()
public Integer getProtocolVersion()
Copyright © 2017 Apache NiFi Project. All rights reserved.