public interface SizeOfEngineProvider extends Service
Service
responsible for providing SizeOfEngine
.Modifier and Type | Method and Description |
---|---|
SizeOfEngine |
createSizeOfEngine(ResourceUnit resourceUnit,
ServiceConfiguration<?,?>... serviceConfigs)
Creates a
SizeOfEngine which will size objects. |
SizeOfEngine createSizeOfEngine(ResourceUnit resourceUnit, ServiceConfiguration<?,?>... serviceConfigs)
SizeOfEngine
which will size objects.
Implementations may have configuration options that will be expressed as ServiceConfiguration
and used
to specify behavior of the returned engine.
resourceUnit
- type of the unit used to size the storeserviceConfigs
- Array of ServiceConfiguration
sSizeOfEngine
instance