org.ehcache.core.spi.sizeof
Interface SizeOfEngineProvider

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultSizeOfEngineProvider

public interface SizeOfEngineProvider
extends Service


Method Summary
 SizeOfEngine createSizeOfEngine(ResourceUnit resourceUnit, ServiceConfiguration<?>... serviceConfigs)
          Creates a SizeOfEngine which will size objects with maximum depth and maximum size
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

createSizeOfEngine

SizeOfEngine createSizeOfEngine(ResourceUnit resourceUnit,
                                ServiceConfiguration<?>... serviceConfigs)
Creates a SizeOfEngine which will size objects with maximum depth and maximum size

Parameters:
resourceUnit - type of the unit used to size the store
serviceConfigs - Array of ServiceConfigurations
Returns:
SizeOfEngine instance