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
-
Constructor Summary
Constructors Constructor Description SimpleBounds()
-
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
-
SimpleBounds
public SimpleBounds()
-
-
Method Details
-
validateEntity
public void validateEntity(long length, long typeId, long objectId)- Specified by:
validateEntity
in interfaceStorageEntityDataValidator
-