| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.diagnostics |
| Modifier and Type | Field and Description |
|---|---|
private ClassLoaderDiagnosticsDTO |
ControllerServiceDiagnosticsDTO.classLoaderDiagnostics |
private ClassLoaderDiagnosticsDTO |
ProcessorDiagnosticsDTO.classLoaderDiagnostics |
private ClassLoaderDiagnosticsDTO |
ClassLoaderDiagnosticsDTO.parentClassLoader |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderDiagnosticsDTO |
ControllerServiceDiagnosticsDTO.getClassLoaderDiagnostics() |
ClassLoaderDiagnosticsDTO |
ProcessorDiagnosticsDTO.getClassLoaderDiagnostics() |
ClassLoaderDiagnosticsDTO |
ClassLoaderDiagnosticsDTO.getParentClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerServiceDiagnosticsDTO.setClassLoaderDiagnostics(ClassLoaderDiagnosticsDTO classLoaderDiagnostics) |
void |
ProcessorDiagnosticsDTO.setClassLoaderDiagnostics(ClassLoaderDiagnosticsDTO classLoaderDiagnostics) |
void |
ClassLoaderDiagnosticsDTO.setParentClassLoader(ClassLoaderDiagnosticsDTO parentClassLoader) |
Copyright © 2023 Apache NiFi Project. All rights reserved.