| Modifier and Type | Field and Description |
|---|---|
private long |
freeSpace |
private String |
identifier |
private long |
totalSpace |
| Constructor and Description |
|---|
StorageUsage() |
| Modifier and Type | Method and Description |
|---|---|
StorageUsage |
clone() |
int |
getDiskUtilization() |
long |
getFreeSpace() |
String |
getIdentifier() |
long |
getTotalSpace() |
long |
getUsedSpace() |
void |
setFreeSpace(long freeSpace) |
void |
setIdentifier(String identifier) |
void |
setTotalSpace(long totalSpace) |
private String identifier
private long freeSpace
private long totalSpace
public String getIdentifier()
public void setIdentifier(String identifier)
public void setFreeSpace(long freeSpace)
public long getFreeSpace()
public long getTotalSpace()
public void setTotalSpace(long totalSpace)
public long getUsedSpace()
public int getDiskUtilization()
public StorageUsage clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.