GigaSpaces XAP 7.1 API

org.openspaces.grid.esm
Class MemorySettings

java.lang.Object
  extended by org.openspaces.grid.esm.MemorySettings

public class MemorySettings
extends Object


Method Summary
 int ceilDividedBy(String memoryUnit)
           
 double dividedBy(String memoryUnit)
           
 int floorDividedBy(String memoryUnit)
           
 boolean isGreaterThan(MemorySettings other)
           
 int toB()
           
 int toGB()
           
 int toKB()
           
 int toMB()
           
 int toTB()
           
static MemorySettings valueOf(String memoryUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

valueOf

public static MemorySettings valueOf(String memoryUnit)

dividedBy

public double dividedBy(String memoryUnit)

floorDividedBy

public int floorDividedBy(String memoryUnit)

ceilDividedBy

public int ceilDividedBy(String memoryUnit)

isGreaterThan

public boolean isGreaterThan(MemorySettings other)

toB

public int toB()

toMB

public int toMB()

toKB

public int toKB()

toGB

public int toGB()

toTB

public int toTB()

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.