Class MemoryInfoRepresentation
- java.lang.Object
- 
- org.keycloak.representations.info.MemoryInfoRepresentation
 
- 
 public class MemoryInfoRepresentation extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected longfreeprotected StringfreeFormatedprotected longfreePercentageprotected longtotalprotected StringtotalFormatedprotected longusedprotected StringusedFormated
 - 
Constructor SummaryConstructors Constructor Description MemoryInfoRepresentation()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemoryInfoRepresentationcreate()longgetFree()StringgetFreeFormated()longgetFreePercentage()longgetTotal()StringgetTotalFormated()longgetUsed()StringgetUsedFormated()
 
- 
- 
- 
Method Detail- 
createpublic static MemoryInfoRepresentation create() 
 - 
getTotalpublic long getTotal() 
 - 
getTotalFormatedpublic String getTotalFormated() 
 - 
getFreepublic long getFree() 
 - 
getFreeFormatedpublic String getFreeFormated() 
 - 
getUsedpublic long getUsed() 
 - 
getUsedFormatedpublic String getUsedFormated() 
 - 
getFreePercentagepublic long getFreePercentage() 
 
- 
 
-