Uses of Interface
one.microstream.persistence.types.PersistenceSourceSupplier
-
Packages that use PersistenceSourceSupplier Package Description one.microstream.persistence.binary.types one.microstream.persistence.types -
-
Uses of PersistenceSourceSupplier in one.microstream.persistence.binary.types
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, PersistenceSourceSupplier<Binary> source)
BinaryLoader
BinaryLoader.CreatorChannelHashing. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<Binary> source)
BinaryLoader
BinaryLoader.CreatorSimple. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<Binary> source)
static BinaryLoader.Default
BinaryLoader. New(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<Binary> source, LoadItemsChain loadItems, boolean switchByteOrder)
-
Uses of PersistenceSourceSupplier in one.microstream.persistence.types
Subinterfaces of PersistenceSourceSupplier in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceManager<M>
Classes in one.microstream.persistence.types that implement PersistenceSourceSupplier Modifier and Type Class Description static class
PersistenceManager.Default<M>
Methods in one.microstream.persistence.types with parameters of type PersistenceSourceSupplier Modifier and Type Method Description PersistenceLoader<M>
PersistenceLoader.Creator. createLoader(PersistenceTypeHandlerLookup<M> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<M> source)
-