Package one.microstream.storage.types
Class StorageDataFileValidator.Default
java.lang.Object
one.microstream.storage.types.StorageDataFileValidator.Default
- All Implemented Interfaces:
StorageDataFileValidator
- Enclosing interface:
- StorageDataFileValidator
public static class StorageDataFileValidator.Default 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 Default()
-
Method Summary
Modifier and Type Method Description void
freeMemory()
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
validateFile
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
freeMemory
public void freeMemory()- Specified by:
freeMemory
in interfaceStorageDataFileValidator
-
validateFile
- Specified by:
validateFile
in interfaceStorageDataFileValidator
-