Class MemoryInfoRepresentation
java.lang.Object
org.keycloak.representations.info.MemoryInfoRepresentation
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryInfoRepresentationcreate()longgetFree()longlonggetTotal()longgetUsed() 
- 
Field Details
- 
total
protected long total - 
totalFormated
 - 
used
protected long used - 
usedFormated
 - 
free
protected long free - 
freePercentage
protected long freePercentage - 
freeFormated
 
 - 
 - 
Constructor Details
- 
MemoryInfoRepresentation
public MemoryInfoRepresentation() 
 - 
 - 
Method Details
- 
create
 - 
getTotal
public long getTotal() - 
getTotalFormated
 - 
getFree
public long getFree() - 
getFreeFormated
 - 
getUsed
public long getUsed() - 
getUsedFormated
 - 
getFreePercentage
public long getFreePercentage() 
 -