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 voidFreespaceConfiguration. 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 FreespaceFillerConfig4Impl. freespaceFiller()Methods in com.db4o.internal with parameters of type FreespaceFiller Modifier and Type Method Description voidConfig4Impl. freespaceFiller(FreespaceFiller freespaceFiller)
-