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 BinaryLoaderBinaryLoader.Creator. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<Binary> source)BinaryLoaderBinaryLoader.CreatorChannelHashing. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<Binary> source)BinaryLoaderBinaryLoader.CreatorSimple. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, PersistenceSourceSupplier<Binary> source)static BinaryLoader.DefaultBinaryLoader. 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 interfacePersistenceManager<M>Classes in one.microstream.persistence.types that implement PersistenceSourceSupplier Modifier and Type Class Description static classPersistenceManager.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)
-