public class TimelineMetricsCacheSizeOfEngine extends Object implements net.sf.ehcache.pool.SizeOfEngine
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_ABORT_WHEN_MAX_DEPTH_EXCEEDED |
static int |
DEFAULT_MAX_DEPTH |
Constructor and Description |
---|
TimelineMetricsCacheSizeOfEngine() |
Modifier and Type | Method and Description |
---|---|
net.sf.ehcache.pool.SizeOfEngine |
copyWith(int maxDepth,
boolean abortWhenMaxDepthExceeded) |
net.sf.ehcache.pool.Size |
sizeOf(Object key,
Object value,
Object container) |
public static final int DEFAULT_MAX_DEPTH
public static final boolean DEFAULT_ABORT_WHEN_MAX_DEPTH_EXCEEDED
public net.sf.ehcache.pool.Size sizeOf(Object key, Object value, Object container)
sizeOf
in interface net.sf.ehcache.pool.SizeOfEngine
public net.sf.ehcache.pool.SizeOfEngine copyWith(int maxDepth, boolean abortWhenMaxDepthExceeded)
copyWith
in interface net.sf.ehcache.pool.SizeOfEngine
Copyright © 2022 Apache Software Foundation. All rights reserved.