Uses of Interface
com.db4o.config.FreespaceFiller
-
Packages that use FreespaceFiller Package Description com.db4o.config com.db4o.internal -
-
Uses of FreespaceFiller in com.db4o.config
Methods in com.db4o.config with parameters of type FreespaceFiller Modifier and Type Method Description void
FreespaceConfiguration. freespaceFiller(FreespaceFiller freespaceFiller)
Configure a way to overwrite freed space in the database file with custom (for example: random) bytes. -
Uses of FreespaceFiller in com.db4o.internal
Methods in com.db4o.internal that return FreespaceFiller Modifier and Type Method Description FreespaceFiller
Config4Impl. freespaceFiller()
Methods in com.db4o.internal with parameters of type FreespaceFiller Modifier and Type Method Description void
Config4Impl. freespaceFiller(FreespaceFiller freespaceFiller)
-