Uses of Class
com.db4o.CorruptionException
- 
Packages that use CorruptionException Package Description com.db4o.defragment com.db4o.internal com.db4o.internal.handlers 
- 
- 
Uses of CorruptionException in com.db4o.defragmentMethods in com.db4o.defragment that throw CorruptionException Modifier and Type Method Description voidFirstPassCommand. processClassCollection(DefragmentServicesImpl context)
- 
Uses of CorruptionException in com.db4o.internalMethods in com.db4o.internal that throw CorruptionException Modifier and Type Method Description java.lang.ObjectFieldMetadata. readIndexEntry(ObjectIdContext context)java.lang.ObjectIndexableTypeHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectIndexableTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer writer)
- 
Uses of CorruptionException in com.db4o.internal.handlersMethods in com.db4o.internal.handlers that throw CorruptionException Modifier and Type Method Description java.lang.ObjectDateHandlerBase. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)java.lang.ObjectDoubleHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectFloatHandler. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)java.lang.ObjectIntHandler. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)java.lang.ObjectLongHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectPrimitiveHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectShortHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectPrimitiveHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectStandardReferenceTypeHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectStringHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectStringHandler0. readIndexEntry(ObjectIdContext context)java.lang.ObjectPrimitiveHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)java.lang.ObjectStandardReferenceTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)java.lang.ObjectStringHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)This readIndexEntry method reads from the parent slot.java.lang.ObjectStringHandler0. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)
 
-