Package one.microstream.storage.types
Class StorageEntityDataValidator.ByDictionary
java.lang.Object
one.microstream.storage.types.StorageEntityDataValidator.ByDictionary
- All Implemented Interfaces:
BinaryEntityRawDataAcceptor
,StorageEntityDataValidator
- Enclosing interface:
- StorageEntityDataValidator
public static class StorageEntityDataValidator.ByDictionary 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 ByDictionary()
-
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
-
ByDictionary
public ByDictionary()
-
-
Method Details
-
validateEntity
public void validateEntity(long length, long typeId, long objectId)- Specified by:
validateEntity
in interfaceStorageEntityDataValidator
-