Package one.microstream.storage.types
Class StorageDataFileValidator.Debugging
java.lang.Object
one.microstream.storage.types.StorageDataFileValidator.Debugging
- All Implemented Interfaces:
StorageDataFileValidator
- Enclosing interface:
- StorageDataFileValidator
public static class StorageDataFileValidator.Debugging extends Object implements StorageDataFileValidator
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageDataFileValidator
StorageDataFileValidator.Creator, StorageDataFileValidator.Debugging, StorageDataFileValidator.Default
-
Constructor Summary
Constructors Constructor Description Debugging()
-
Method Summary
Modifier and Type Method Description void
validateFile(StorageDataFile file, long fileOffset, long iterationLength)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageDataFileValidator
freeMemory, validateFile
-
Constructor Details
-
Debugging
public Debugging()
-
-
Method Details
-
validateFile
- Specified by:
validateFile
in interfaceStorageDataFileValidator
-