java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedPort
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetAllowRemoteAccess(Boolean allowRemoteAccess) voidsetConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) voidsetPortFunction(PortFunction portFunction) voidsetScheduledState(ScheduledState scheduledState) voidMethods 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
-
VersionedPort
public VersionedPort()
-
-
Method Details
-
getConcurrentlySchedulableTaskCount
-
setConcurrentlySchedulableTaskCount
-
getType
-
setType
-
getScheduledState
-
setScheduledState
-
isAllowRemoteAccess
-
getAllowRemoteAccess
-
setAllowRemoteAccess
-
getPortFunction
-
setPortFunction
-
getComponentType
- Specified by:
getComponentTypein classVersionedComponent
-