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 SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityDataValidatorStorageEntityDataValidator.ByDictionary, StorageEntityDataValidator.Creator, StorageEntityDataValidator.DebugLogger, StorageEntityDataValidator.SimpleBounds
- 
Constructor SummaryConstructors Constructor Description ByDictionary()
- 
Method SummaryModifier and Type Method Description voidvalidateEntity(long length, long typeId, long objectId)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageEntityDataValidatoracceptEntityData
- 
Constructor Details- 
ByDictionarypublic ByDictionary()
 
- 
- 
Method Details- 
validateEntitypublic void validateEntity(long length, long typeId, long objectId)- Specified by:
- validateEntityin interface- StorageEntityDataValidator
 
 
-