|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.io.StorageDecorator
com.db4o.io.NonFlushingStorage
public class NonFlushingStorage
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 |
---|
public NonFlushingStorage(Storage storage)
|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |