Uses of Interface
one.microstream.persistence.types.PersistenceManager
-
Uses of PersistenceManager in one.microstream.communication.binarydynamic
Fields in one.microstream.communication.binarydynamic declared as PersistenceManager Modifier and Type Field Description protected PersistenceManager<?>
ComChannelDynamic. persistenceManager
Constructors in one.microstream.communication.binarydynamic with parameters of type PersistenceManager Constructor Description ComChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol)
ComClientChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
ComHostChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
Uses of PersistenceManager in one.microstream.communication.types
Methods in one.microstream.communication.types that return PersistenceManager Modifier and Type Method Description default PersistenceManager<?>
ComPersistenceAdaptor. provideClientPersistenceManager(C connection, ComProtocol protocol)
default PersistenceManager<?>
ComPersistenceAdaptor. provideHostPersistenceManager(C connection)
Might return the same instance for all connections or the same for every unique client or a new instance on every call.Methods in one.microstream.communication.types with parameters of type PersistenceManager Modifier and Type Method Description static ComChannel
ComChannel. New(PersistenceManager<?> persistenceManager)
static <C> ComClientChannel<C>
ComClientChannel. New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)
static <C> ComHostChannel<C>
ComHostChannel. New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent)
Constructors in one.microstream.communication.types with parameters of type PersistenceManager Constructor Description Default(PersistenceManager<?> persistenceManager)
-
Uses of PersistenceManager in one.microstream.integrations.cdi.types.config
Methods in one.microstream.integrations.cdi.types.config that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
StorageManagerProxy. persistenceManager()
-
Uses of PersistenceManager in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
BinaryPersistenceFoundation. createPersistenceManager()
-
Uses of PersistenceManager in one.microstream.persistence.binary.util
Methods in one.microstream.persistence.binary.util that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
SerializerFoundation.Default. createPersistenceManager()
Methods in one.microstream.persistence.binary.util with parameters of type PersistenceManager Modifier and Type Method Description SerializerTypeInfoStrategy
SerializerTypeInfoStrategyCreator. create(PersistenceManager<Binary> persistenceManager)
SerializerTypeInfoStrategy
SerializerTypeInfoStrategyCreator.Diff. create(PersistenceManager<Binary> persistenceManager)
SerializerTypeInfoStrategy
SerializerTypeInfoStrategyCreator.IncrementalDiff. create(PersistenceManager<Binary> persistenceManager)
SerializerTypeInfoStrategy
SerializerTypeInfoStrategyCreator.TypeDictionary. create(PersistenceManager<Binary> persistenceManager)
Constructors in one.microstream.persistence.binary.util with parameters of type PersistenceManager Constructor Description Diff(PersistenceManager<Binary> persistenceManager, boolean includeTypeInfoOnce)
IncrementalDiff(PersistenceManager<Binary> persistenceManager, boolean includeTypeInfoOnce)
TypeDictionary(PersistenceManager<Binary> persistenceManager, boolean includeTypeInfoOnce)
-
Uses of PersistenceManager in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceManager Modifier and Type Class Description static class
PersistenceManager.Default<D>
Methods in one.microstream.persistence.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<D>
PersistenceFoundation. createPersistenceManager()
PersistenceManager<D>
PersistenceFoundation.Default. createPersistenceManager()
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, PersistenceStorer.CreationObserver storerObserver, BufferSizeProviderIncremental bufferSizeProvider, ByteOrder targetByteOrder)
PersistenceManager<D>
PersistenceManager. updateCurrentObjectId(long currentObjectId)
-
Uses of PersistenceManager in one.microstream.persistence.util
Methods in one.microstream.persistence.util with parameters of type PersistenceManager Modifier and Type Method Description static Reloader
Reloader. New(PersistenceManager<?> persistenceManager)
Pseudo-constructor method to create a newReloader
. -
Uses of PersistenceManager in one.microstream.storage.embedded.types
Methods in one.microstream.storage.embedded.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
EmbeddedStorageConnectionFoundation.Default. createPersistenceManager()
PersistenceManager<Binary>
EmbeddedStorageManager.Default. persistenceManager()
-
Uses of PersistenceManager in one.microstream.storage.restadapter.types
Subinterfaces of PersistenceManager in one.microstream.storage.restadapter.types Modifier and Type Interface Description interface
ViewerBinaryPersistenceManager
Classes in one.microstream.storage.restadapter.types that implement PersistenceManager Modifier and Type Class Description static class
ViewerBinaryPersistenceManager.Default
Methods in one.microstream.storage.restadapter.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
ViewerBinaryPersistenceManager.Default. updateCurrentObjectId(long currentObjectId)
Constructors in one.microstream.storage.restadapter.types with parameters of type PersistenceManager Constructor Description Default(PersistenceManager<Binary> persistenceManager, PersistenceObjectRegistry objectRegistry, PersistenceLoader.Creator<Binary> loaderCreator, PersistenceContextDispatcher<Binary> contextDispatcher, ViewerBinaryTypeHandlerManager typeHandlerManager, PersistenceObjectRegistry constantRegistry)
ViewerBinaryTypeHandlerManager(PersistenceManager<Binary> persistenceManager)
-
Uses of PersistenceManager in one.microstream.storage.types
Methods in one.microstream.storage.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
StorageConnection.Default. persistenceManager()
PersistenceManager<Binary>
StorageConnection. persistenceManager()
Methods in one.microstream.storage.types with parameters of type PersistenceManager Modifier and Type Method Description static StorageConnection
StorageConnection. New(PersistenceManager<Binary> persistenceManager, StorageRequestAcceptor connectionRequestAcceptor)