java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedRemoteProcessGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCommunicationsTimeout(String communicationsTimeout) voidsetInputPorts(Set<VersionedRemoteGroupPort> inputPorts) voidsetLocalNetworkInterface(String localNetworkInterface) voidsetOutputPorts(Set<VersionedRemoteGroupPort> outputPorts) voidsetProxyHost(String proxyHost) voidsetProxyPassword(String proxyPassword) voidsetProxyPort(Integer proxyPort) voidsetProxyUser(String proxyUser) voidsetTargetUris(String targetUris) voidsetTransportProtocol(String transportProtocol) voidsetYieldDuration(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
-
Constructor Details
-
VersionedRemoteProcessGroup
public VersionedRemoteProcessGroup()
-
-
Method Details
-
getTargetUris
-
setTargetUris
-
getCommunicationsTimeout
-
setCommunicationsTimeout
-
getYieldDuration
-
setYieldDuration
-
getTransportProtocol
-
setTransportProtocol
-
getInputPorts
-
setInputPorts
-
getOutputPorts
-
setOutputPorts
-
getLocalNetworkInterface
-
setLocalNetworkInterface
-
getProxyHost
-
setProxyHost
-
getProxyPort
-
setProxyPort
-
getProxyUser
-
setProxyUser
-
getProxyPassword
-
setProxyPassword
-
getComponentType
- Specified by:
getComponentTypein classVersionedComponent
-