Class BinaryLoader.CreatorChannelHashing
java.lang.Object
one.microstream.persistence.binary.types.BinaryLoader.CreatorChannelHashing
- All Implemented Interfaces:
BinaryLoader.Creator
,PersistenceLoader.Creator<Binary>
- Enclosing interface:
- BinaryLoader
public static final class BinaryLoader.CreatorChannelHashing extends Object implements BinaryLoader.Creator
-
Constructor Summary
Constructors Constructor Description CreatorChannelHashing(BinaryChannelCountProvider channelCountProvider, boolean switchByteOrder)
-
Method Summary
Modifier and Type Method Description BinaryLoader
createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> sourceSupplier)
-
Constructor Details
-
CreatorChannelHashing
public CreatorChannelHashing(BinaryChannelCountProvider channelCountProvider, boolean switchByteOrder)
-
-
Method Details
-
createLoader
public BinaryLoader createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> sourceSupplier)- Specified by:
createLoader
in interfaceBinaryLoader.Creator
- Specified by:
createLoader
in interfacePersistenceLoader.Creator<Binary>
-