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 booleanvoidsetCommunicationsTimeout(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
-
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:
getComponentTypein classVersionedComponent
-