db4o 8.0

com.db4o.io
Class NonFlushingStorage

java.lang.Object
  extended by com.db4o.io.StorageDecorator
      extended by com.db4o.io.NonFlushingStorage
All Implemented Interfaces:
Storage

public class NonFlushingStorage
extends StorageDecorator

Storage adapter that does not pass flush calls on to its delegate. You can use this Storage for improved db4o speed at the risk of corrupted database files in case of system failure.


Constructor Summary
NonFlushingStorage(Storage storage)
           
 
Method Summary
 
Methods inherited from class com.db4o.io.StorageDecorator
delete, exists, open, rename
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonFlushingStorage

public NonFlushingStorage(Storage storage)

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.