| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.dto.diagnostics |
| Modifier and Type | Field and Description |
|---|---|
private BundleDTO |
ProcessorDTO.bundle |
private BundleDTO |
ReportingTaskDTO.bundle |
private BundleDTO |
DocumentedTypeDTO.bundle |
private BundleDTO |
ControllerServiceApiDTO.bundle |
private BundleDTO |
ControllerServiceDTO.bundle |
private BundleDTO |
ParameterProviderDTO.bundle |
private BundleDTO |
FlowRegistryClientDTO.bundle |
private BundleDTO |
PropertyDescriptorDTO.identifiesControllerServiceBundle |
| Modifier and Type | Method and Description |
|---|---|
BundleDTO |
ProcessorDTO.getBundle()
The details of the artifact that bundled this processor type.
|
BundleDTO |
ReportingTaskDTO.getBundle()
The details of the artifact that bundled this reporting task type.
|
BundleDTO |
DocumentedTypeDTO.getBundle()
The details of the artifact that bundled this type.
|
BundleDTO |
ControllerServiceApiDTO.getBundle()
The details of the artifact that bundled this service interface.
|
BundleDTO |
ControllerServiceDTO.getBundle()
The details of the artifact that bundled this controller service type.
|
BundleDTO |
ParameterProviderDTO.getBundle()
The details of the artifact that bundled this parameter provider type.
|
BundleDTO |
FlowRegistryClientDTO.getBundle() |
BundleDTO |
PropertyDescriptorDTO.getIdentifiesControllerServiceBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorDTO.setBundle(BundleDTO bundle) |
void |
ReportingTaskDTO.setBundle(BundleDTO bundle) |
void |
DocumentedTypeDTO.setBundle(BundleDTO bundle) |
void |
ControllerServiceApiDTO.setBundle(BundleDTO bundle) |
void |
ControllerServiceDTO.setBundle(BundleDTO bundle) |
void |
ParameterProviderDTO.setBundle(BundleDTO bundle) |
void |
FlowRegistryClientDTO.setBundle(BundleDTO bundle) |
void |
PropertyDescriptorDTO.setIdentifiesControllerServiceBundle(BundleDTO identifiesControllerServiceBundle) |
| Modifier and Type | Field and Description |
|---|---|
private BundleDTO |
ClassLoaderDiagnosticsDTO.bundle |
| Modifier and Type | Field and Description |
|---|---|
private Set<BundleDTO> |
JVMFlowDiagnosticsSnapshotDTO.bundlesLoaded |
| Modifier and Type | Method and Description |
|---|---|
BundleDTO |
ClassLoaderDiagnosticsDTO.getBundle() |
| Modifier and Type | Method and Description |
|---|---|
Set<BundleDTO> |
JVMFlowDiagnosticsSnapshotDTO.getBundlesLoaded() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassLoaderDiagnosticsDTO.setBundle(BundleDTO bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMFlowDiagnosticsSnapshotDTO.setBundlesLoaded(Set<BundleDTO> bundlesLoaded) |
Copyright © 2023 Apache NiFi Project. All rights reserved.