public class NonFlushingStorage extends StorageDecorator
Storage for improved db4o
speed at the risk of corrupted database files in
case of system failure._storage| Constructor and Description |
|---|
NonFlushingStorage(Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
protected Bin |
decorate(BinConfiguration config,
Bin storage) |
delete, exists, open, renamepublic NonFlushingStorage(Storage storage)
protected Bin decorate(BinConfiguration config, Bin storage)
decorate in class StorageDecorator