org.terracotta.modules.ehcache.store.bulkload
Class BulkLoadConstants

java.lang.Object
  extended by org.terracotta.modules.ehcache.store.bulkload.BulkLoadConstants

public final class BulkLoadConstants
extends Object


Method Summary
static int getBatchedPutsBatchBytes(org.terracotta.toolkit.internal.ToolkitProperties props)
           
static long getBatchedPutsBatchTimeMillis(org.terracotta.toolkit.internal.ToolkitProperties props)
           
static int getBatchedPutsThrottlePutsAtByteSize(org.terracotta.toolkit.internal.ToolkitProperties props)
           
static int getBulkOpsMaxKBSize(org.terracotta.toolkit.internal.ToolkitProperties props)
           
static boolean isLoggingEnabled(org.terracotta.toolkit.internal.ToolkitProperties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isLoggingEnabled

public static boolean isLoggingEnabled(org.terracotta.toolkit.internal.ToolkitProperties props)

getBatchedPutsBatchBytes

public static int getBatchedPutsBatchBytes(org.terracotta.toolkit.internal.ToolkitProperties props)

getBatchedPutsBatchTimeMillis

public static long getBatchedPutsBatchTimeMillis(org.terracotta.toolkit.internal.ToolkitProperties props)

getBatchedPutsThrottlePutsAtByteSize

public static int getBatchedPutsThrottlePutsAtByteSize(org.terracotta.toolkit.internal.ToolkitProperties props)

getBulkOpsMaxKBSize

public static int getBulkOpsMaxKBSize(org.terracotta.toolkit.internal.ToolkitProperties props)


Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.