|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.admin.support.StatisticsUtils
public class StatisticsUtils
| Constructor Summary | |
|---|---|
StatisticsUtils()
|
|
| Method Summary | |
|---|---|
static double |
computePerc(int value,
int max)
|
static double |
computePerc(long value,
long max)
|
static double |
computePercByTime(long currentTime,
long previousTime,
long currentTimestamp,
long previousTimestamp)
|
static double |
computePerSecond(long currentCount,
long previousCount,
long currentTimestamp,
long previousTimestamp)
|
static double |
convertToGB(long bytes)
|
static double |
convertToKilobytes(long bytes)
|
static double |
convertToMB(long bytes)
|
static String |
formatPerc(double perc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticsUtils()
| Method Detail |
|---|
public static double convertToKilobytes(long bytes)
public static double convertToMB(long bytes)
public static double convertToGB(long bytes)
public static double computePerc(int value,
int max)
public static double computePerc(long value,
long max)
public static double computePercByTime(long currentTime,
long previousTime,
long currentTimestamp,
long previousTimestamp)
public static double computePerSecond(long currentCount,
long previousCount,
long currentTimestamp,
long previousTimestamp)
public static String formatPerc(double perc)
|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||