-
Methods in one.microstream.persistence.binary.types with parameters of type PersistenceSourceSupplier
Modifier and Type |
Method |
Description |
BinaryLoader |
BinaryLoader.Creator.createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup,
PersistenceObjectRegistry registry,
Persister persister,
PersistenceSourceSupplier<Binary> source) |
|
BinaryLoader |
BinaryLoader.CreatorChannelHashing.createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup,
PersistenceObjectRegistry registry,
Persister persister,
PersistenceSourceSupplier<Binary> sourceSupplier) |
|
BinaryLoader |
BinaryLoader.CreatorSimple.createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup,
PersistenceObjectRegistry registry,
Persister persister,
PersistenceSourceSupplier<Binary> source) |
|
static BinaryLoader.Default |
BinaryLoader.New(PersistenceTypeHandlerLookup<Binary> typeLookup,
PersistenceObjectRegistry registry,
Persister persister,
PersistenceSourceSupplier<Binary> sourceSupplier,
LoadItemsChain loadItems,
boolean switchByteOrder) |
|
-
-