Package one.microstream.storage.types
Class StorageEntityDataValidator.SimpleBounds
- java.lang.Object
-
- one.microstream.storage.types.StorageEntityDataValidator.SimpleBounds
-
- All Implemented Interfaces:
BinaryEntityRawDataAcceptor,StorageEntityDataValidator
- Enclosing interface:
- StorageEntityDataValidator
public static class StorageEntityDataValidator.SimpleBounds 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateEntity(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
-
-
-
-
Method Detail
-
validateEntity
public void validateEntity(long length, long typeId, long objectId)- Specified by:
validateEntityin interfaceStorageEntityDataValidator
-
-