public class VersionedRemoteGroupPort extends VersionedComponent
| Modifier and Type | Field and Description |
|---|---|
private BatchSize |
batchSize |
private ComponentType |
componentType |
private Integer |
concurrentlySchedulableTaskCount |
private String |
remoteGroupId |
private ScheduledState |
scheduledState |
private String |
targetId |
private Boolean |
useCompression |
| Constructor and Description |
|---|
VersionedRemoteGroupPort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BatchSize |
getBatchSize() |
ComponentType |
getComponentType() |
Integer |
getConcurrentlySchedulableTaskCount() |
String |
getRemoteGroupId() |
ScheduledState |
getScheduledState() |
String |
getTargetId() |
int |
hashCode() |
Boolean |
isUseCompression() |
void |
setBatchSize(BatchSize batchSize) |
void |
setComponentType(ComponentType componentType) |
void |
setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) |
void |
setRemoteGroupId(String groupId) |
void |
setScheduledState(ScheduledState scheduledState) |
void |
setTargetId(String targetId) |
void |
setUseCompression(Boolean useCompression) |
getComments, getGroupIdentifier, getIdentifier, getName, getPosition, setComments, setGroupIdentifier, setIdentifier, setName, setPositionprivate String remoteGroupId
private Integer concurrentlySchedulableTaskCount
private Boolean useCompression
private BatchSize batchSize
private ComponentType componentType
private String targetId
private ScheduledState scheduledState
public Integer getConcurrentlySchedulableTaskCount()
public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
public String getRemoteGroupId()
public void setRemoteGroupId(String groupId)
public Boolean isUseCompression()
public void setUseCompression(Boolean useCompression)
public BatchSize getBatchSize()
public void setBatchSize(BatchSize batchSize)
public String getTargetId()
public void setTargetId(String targetId)
public ScheduledState getScheduledState()
public void setScheduledState(ScheduledState scheduledState)
public int hashCode()
hashCode in class VersionedComponentpublic boolean equals(Object obj)
equals in class VersionedComponentpublic ComponentType getComponentType()
getComponentType in class VersionedComponentpublic void setComponentType(ComponentType componentType)
setComponentType in class VersionedComponentCopyright © 2022 Apache NiFi Project. All rights reserved.