Uses of Interface
one.microstream.persistence.types.PersistenceLoader.Creator
| Package | Description |
|---|---|
| one.microstream.persistence.binary.types | |
| one.microstream.persistence.types | |
| one.microstream.storage.restadapter |
-
Uses of PersistenceLoader.Creator in one.microstream.persistence.binary.types
Subinterfaces of PersistenceLoader.Creator in one.microstream.persistence.binary.types Modifier and Type Interface Description static interfaceBinaryLoader.CreatorClasses in one.microstream.persistence.binary.types that implement PersistenceLoader.Creator Modifier and Type Class Description static classBinaryLoader.CreatorChannelHashingstatic classBinaryLoader.CreatorSimple -
Uses of PersistenceLoader.Creator in one.microstream.persistence.types
Methods in one.microstream.persistence.types that return PersistenceLoader.Creator Modifier and Type Method Description PersistenceLoader.Creator<D>PersistenceFoundation.Default. getBuilderCreator()PersistenceLoader.Creator<D>PersistenceFoundation. getBuilderCreator()Methods in one.microstream.persistence.types with parameters of type PersistenceLoader.Creator Modifier and Type Method Description static <D> PersistenceManager<D>PersistenceManager. New(PersistenceObjectRegistry objectRegistering, PersistenceObjectManager<D> objectManager, PersistenceTypeHandlerManager<D> typeHandlerManager, PersistenceContextDispatcher<D> contextDispatcher, PersistenceStorer.Creator<D> storerCreator, PersistenceLoader.Creator<D> loaderCreator, PersistenceRegisterer.Creator registererCreator, Persister persister, PersistenceTarget<D> target, PersistenceSource<D> source, BufferSizeProviderIncremental bufferSizeProvider, ByteOrder targetByteOrder)FPersistenceFoundation.Default. setBuilderCreator(PersistenceLoader.Creator<D> builderCreator)FPersistenceFoundation. setBuilderCreator(PersistenceLoader.Creator<D> builderCreator) -
Uses of PersistenceLoader.Creator in one.microstream.storage.restadapter
Constructors in one.microstream.storage.restadapter with parameters of type PersistenceLoader.Creator Constructor Description Default(PersistenceManager<Binary> persistenceManager, PersistenceObjectRegistry objectRegistry, PersistenceLoader.Creator<Binary> loaderCreator, PersistenceContextDispatcher<Binary> contextDispatcher, ViewerBinaryTypeHandlerManager typeHandlerManager, PersistenceObjectRegistry constantRegistry)