org.perf.log.properties
Class PerfLogContextProperties

java.lang.Object
  extended by org.perf.log.properties.PerfLogContextProperties

public class PerfLogContextProperties
extends java.lang.Object


Method Summary
 long getMaxDebugContextSizeInBytes()
           
 long getMaxRequestDataContextSizeInBytes()
           
 long getResponseTimeThresholdInMillis()
           
static PerfLogContextProperties instance()
           
 boolean isForceDumpOfDebugContextOnDelete()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static PerfLogContextProperties instance()

getMaxDebugContextSizeInBytes

public long getMaxDebugContextSizeInBytes()
Returns:
the maxDebugContextSizeInBytes

getMaxRequestDataContextSizeInBytes

public long getMaxRequestDataContextSizeInBytes()
Returns:
the maxRequestDataContextSizeInBytes

getResponseTimeThresholdInMillis

public long getResponseTimeThresholdInMillis()
Returns:
the responseTimeThresholdInMillis

isForceDumpOfDebugContextOnDelete

public boolean isForceDumpOfDebugContextOnDelete()
Returns:
the forceDumpOfDebugContextOnDelete