Package one.microstream.storage.types
Class StorageEntityDataValidator.DebugLogger
java.lang.Object
one.microstream.storage.types.StorageEntityDataValidator.DebugLogger
- All Implemented Interfaces:
BinaryEntityRawDataAcceptor
,StorageEntityDataValidator
- Enclosing interface:
- StorageEntityDataValidator
public static final class StorageEntityDataValidator.DebugLogger extends Object implements StorageEntityDataValidator
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityDataValidator
StorageEntityDataValidator.ByDictionary, StorageEntityDataValidator.Creator, StorageEntityDataValidator.DebugLogger, StorageEntityDataValidator.SimpleBounds
-
Constructor Summary
Constructors Constructor Description DebugLogger()
-
Method Summary
Modifier and Type Method Description void
validateEntity(long length, long typeId, long objectId)
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.StorageEntityDataValidator
acceptEntityData
-
Constructor Details
-
DebugLogger
public DebugLogger()
-
-
Method Details
-
validateEntity
public void validateEntity(long length, long typeId, long objectId)- Specified by:
validateEntity
in interfaceStorageEntityDataValidator
-