public class ConnectionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
blockedByFirewall |
private String |
clusterManagerDN |
private StandardDataFlow |
dataFlow |
private String |
instanceId |
private Boolean |
managerRemoteCommsSecure |
private Integer |
managerRemoteInputPort |
private NodeIdentifier |
nodeIdentifier |
private boolean |
primary |
private int |
tryLaterSeconds |
| Modifier | Constructor and Description |
|---|---|
private |
ConnectionResponse() |
|
ConnectionResponse(int tryLaterSeconds) |
|
ConnectionResponse(NodeIdentifier nodeIdentifier,
StandardDataFlow dataFlow,
boolean primary,
Integer managerRemoteInputPort,
Boolean managerRemoteCommsSecure,
String instanceId) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionResponse |
createBlockedByFirewallResponse() |
String |
getClusterManagerDN() |
StandardDataFlow |
getDataFlow() |
String |
getInstanceId() |
Integer |
getManagerRemoteInputPort() |
NodeIdentifier |
getNodeIdentifier() |
int |
getTryLaterSeconds() |
boolean |
isBlockedByFirewall() |
Boolean |
isManagerRemoteCommsSecure() |
boolean |
isPrimary() |
void |
setClusterManagerDN(String dn) |
boolean |
shouldTryLater() |
private final boolean blockedByFirewall
private final int tryLaterSeconds
private final NodeIdentifier nodeIdentifier
private final StandardDataFlow dataFlow
private final boolean primary
private final Integer managerRemoteInputPort
private final Boolean managerRemoteCommsSecure
private final String instanceId
private volatile String clusterManagerDN
public ConnectionResponse(NodeIdentifier nodeIdentifier, StandardDataFlow dataFlow, boolean primary, Integer managerRemoteInputPort, Boolean managerRemoteCommsSecure, String instanceId)
public ConnectionResponse(int tryLaterSeconds)
private ConnectionResponse()
public static ConnectionResponse createBlockedByFirewallResponse()
public boolean isPrimary()
public boolean shouldTryLater()
public boolean isBlockedByFirewall()
public int getTryLaterSeconds()
public StandardDataFlow getDataFlow()
public NodeIdentifier getNodeIdentifier()
public Integer getManagerRemoteInputPort()
public Boolean isManagerRemoteCommsSecure()
public String getInstanceId()
public void setClusterManagerDN(String dn)
public String getClusterManagerDN()
null
otherwiseCopyright © 2015 Apache NiFi(incubating) Project. All rights reserved.