org.ehcache.impl.internal.store.offheap
Class OffHeapStoreUtils

java.lang.Object
  extended by org.ehcache.impl.internal.store.offheap.OffHeapStoreUtils

public class OffHeapStoreUtils
extends java.lang.Object

OffHeapStoreUtils


Constructor Summary
OffHeapStoreUtils()
           
 
Method Summary
static boolean getAdvancedBooleanConfigProperty(java.lang.String property, boolean defaultValue)
           
static long getAdvancedLongConfigProperty(java.lang.String property, long defaultValue)
           
static long getAdvancedMemorySizeConfigProperty(java.lang.String property, long defaultValue)
           
static org.terracotta.offheapstore.buffersource.BufferSource getBufferSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffHeapStoreUtils

public OffHeapStoreUtils()
Method Detail

getBufferSource

public static org.terracotta.offheapstore.buffersource.BufferSource getBufferSource()

getAdvancedMemorySizeConfigProperty

public static long getAdvancedMemorySizeConfigProperty(java.lang.String property,
                                                       long defaultValue)

getAdvancedLongConfigProperty

public static long getAdvancedLongConfigProperty(java.lang.String property,
                                                 long defaultValue)

getAdvancedBooleanConfigProperty

public static boolean getAdvancedBooleanConfigProperty(java.lang.String property,
                                                       boolean defaultValue)