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.defragment
Methods in com.db4o.defragment that throw CorruptionException Modifier and Type Method Description void
FirstPassCommand. processClassCollection(DefragmentServicesImpl context)
-
Uses of CorruptionException in com.db4o.internal
Methods in com.db4o.internal that throw CorruptionException Modifier and Type Method Description java.lang.Object
FieldMetadata. readIndexEntry(ObjectIdContext context)
java.lang.Object
IndexableTypeHandler. readIndexEntry(ObjectIdContext context)
java.lang.Object
IndexableTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer writer)
-
Uses of CorruptionException in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers that throw CorruptionException Modifier and Type Method Description java.lang.Object
DateHandlerBase. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)
java.lang.Object
DoubleHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)
java.lang.Object
FloatHandler. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)
java.lang.Object
IntHandler. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)
java.lang.Object
LongHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)
java.lang.Object
PrimitiveHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)
java.lang.Object
ShortHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)
java.lang.Object
PrimitiveHandler. readIndexEntry(ObjectIdContext context)
java.lang.Object
StandardReferenceTypeHandler. readIndexEntry(ObjectIdContext context)
java.lang.Object
StringHandler. readIndexEntry(ObjectIdContext context)
java.lang.Object
StringHandler0. readIndexEntry(ObjectIdContext context)
java.lang.Object
PrimitiveHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)
java.lang.Object
StandardReferenceTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)
java.lang.Object
StringHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)
This readIndexEntry method reads from the parent slot.java.lang.Object
StringHandler0. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)
-