Package org.apache.nifi.flow
Class VersionedRemoteProcessGroup
java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedRemoteProcessGroup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
void
setCommunicationsTimeout
(String communicationsTimeout) void
setInputPorts
(Set<VersionedRemoteGroupPort> inputPorts) void
setLocalNetworkInterface
(String localNetworkInterface) void
setOutputPorts
(Set<VersionedRemoteGroupPort> outputPorts) void
setProxyHost
(String proxyHost) void
setProxyPassword
(String proxyPassword) void
setProxyPort
(Integer proxyPort) void
setProxyUser
(String proxyUser) void
setTargetUris
(String targetUris) void
setTransportProtocol
(String transportProtocol) void
setYieldDuration
(String yieldDuration) Methods inherited from class org.apache.nifi.flow.VersionedComponent
equals, getComments, getGroupIdentifier, getIdentifier, getInstanceIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition
-
Field Details
-
targetUris
-
communicationsTimeout
-
yieldDuration
-
transportProtocol
-
localNetworkInterface
-
proxyHost
-
proxyPort
-
proxyUser
-
proxyPassword
-
inputPorts
-
outputPorts
-
-
Constructor Details
-
VersionedRemoteProcessGroup
public VersionedRemoteProcessGroup()
-
-
Method Details
-
getTargetUris
-
isEmpty
-
setTargetUris
-
getCommunicationsTimeout
-
setCommunicationsTimeout
-
getYieldDuration
-
setYieldDuration
-
getTransportProtocol
-
setTransportProtocol
-
getInputPorts
-
setInputPorts
-
getOutputPorts
-
setOutputPorts
-
getLocalNetworkInterface
-
setLocalNetworkInterface
-
getProxyHost
-
setProxyHost
-
getProxyPort
-
setProxyPort
-
getProxyUser
-
setProxyUser
-
getProxyPassword
-
setProxyPassword
-
getComponentType
- Specified by:
getComponentType
in classVersionedComponent
-