Uses of Interface
one.microstream.persistence.binary.types.BinaryEntityRawDataAcceptor
Package | Description |
---|---|
one.microstream.persistence.binary.types | |
one.microstream.storage.types |
-
Uses of BinaryEntityRawDataAcceptor in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types with parameters of type BinaryEntityRawDataAcceptor Modifier and Type Method Description long
BinaryEntityRawDataIterator.Default. iterateEntityRawData(long startAddress, long boundAddress, BinaryEntityRawDataAcceptor entityDataAcceptor)
long
BinaryEntityRawDataIterator. iterateEntityRawData(long startAddress, long boundAddress, BinaryEntityRawDataAcceptor entityDataAcceptor)
-
Uses of BinaryEntityRawDataAcceptor in one.microstream.storage.types
Subinterfaces of BinaryEntityRawDataAcceptor in one.microstream.storage.types Modifier and Type Interface Description interface
StorageEntityDataValidator
Classes in one.microstream.storage.types that implement BinaryEntityRawDataAcceptor Modifier and Type Class Description static class
StorageEntityDataValidator.ByDictionary
static class
StorageEntityDataValidator.DebugLogger
static class
StorageEntityDataValidator.SimpleBounds
Methods in one.microstream.storage.types with parameters of type BinaryEntityRawDataAcceptor Modifier and Type Method Description default long
StorageFileEntityDataIterator.Internal. iterateEntityData(StorageDataFile file, long fileOffset, long iterationLength, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)
long
StorageFileEntityDataIterator. iterateEntityData(StorageDataFile file, long fileOffset, long iterationLength, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)
long
StorageFileEntityDataIterator.Default. iterateFilledBuffer(StorageFileEntityDataIterator.Internal self, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)
long
StorageFileEntityDataIterator.Internal. iterateFilledBuffer(StorageFileEntityDataIterator.Internal self, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)