| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto |
| Modifier and Type | Field and Description |
|---|---|
private SystemDiagnosticsSnapshotDTO.StorageUsageDTO |
SystemDiagnosticsSnapshotDTO.flowFileRepositoryStorageUsage |
| Modifier and Type | Field and Description |
|---|---|
private Set<SystemDiagnosticsSnapshotDTO.StorageUsageDTO> |
SystemDiagnosticsSnapshotDTO.contentRepositoryStorageUsage |
private Set<SystemDiagnosticsSnapshotDTO.StorageUsageDTO> |
SystemDiagnosticsSnapshotDTO.provenanceRepositoryStorageUsage |
| Modifier and Type | Method and Description |
|---|---|
SystemDiagnosticsSnapshotDTO.StorageUsageDTO |
SystemDiagnosticsSnapshotDTO.StorageUsageDTO.clone() |
SystemDiagnosticsSnapshotDTO.StorageUsageDTO |
SystemDiagnosticsSnapshotDTO.getFlowFileRepositoryStorageUsage() |
| Modifier and Type | Method and Description |
|---|---|
Set<SystemDiagnosticsSnapshotDTO.StorageUsageDTO> |
SystemDiagnosticsSnapshotDTO.getContentRepositoryStorageUsage() |
Set<SystemDiagnosticsSnapshotDTO.StorageUsageDTO> |
SystemDiagnosticsSnapshotDTO.getProvenanceRepositoryStorageUsage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemDiagnosticsSnapshotDTO.setFlowFileRepositoryStorageUsage(SystemDiagnosticsSnapshotDTO.StorageUsageDTO flowFileRepositoryStorageUsage) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemDiagnosticsSnapshotDTO.setContentRepositoryStorageUsage(Set<SystemDiagnosticsSnapshotDTO.StorageUsageDTO> contentRepositoryStorageUsage) |
void |
SystemDiagnosticsSnapshotDTO.setProvenanceRepositoryStorageUsage(Set<SystemDiagnosticsSnapshotDTO.StorageUsageDTO> provenanceRepositoryStorageUsage) |
Copyright © 2023 Apache NiFi Project. All rights reserved.