Uses of Interface
one.microstream.persistence.types.PersistenceManager
-
Packages that use PersistenceManager Package Description one.microstream.com one.microstream.persistence.binary.types one.microstream.persistence.types one.microstream.storage.types -
-
Uses of PersistenceManager in one.microstream.com
Methods in one.microstream.com 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.com with parameters of type PersistenceManager Modifier and Type Method Description static ComChannelComChannel. 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) -
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.types
Classes in one.microstream.persistence.types that implement PersistenceManager Modifier and Type Class Description static classPersistenceManager.Default<M>Methods in one.microstream.persistence.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<M>PersistenceFoundation. createPersistenceManager()PersistenceManager<M>PersistenceFoundation.Default. createPersistenceManager()static <M> PersistenceManager<M>PersistenceManager. New(PersistenceObjectRegistry objectRegistering, PersistenceObjectManager objectManager, PersistenceTypeHandlerManager<M> typeHandlerManager, PersistenceContextDispatcher<M> contextDispatcher, PersistenceStorer.Creator<M> storerCreator, PersistenceLoader.Creator<M> loaderCreator, PersistenceRegisterer.Creator registererCreator, PersistenceTarget<M> target, PersistenceSource<M> source, BufferSizeProviderIncremental bufferSizeProvider)PersistenceManager<M>PersistenceManager. updateCurrentObjectId(long currentObjectId) -
Uses of PersistenceManager in one.microstream.storage.types
Methods in one.microstream.storage.types that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>EmbeddedStorageManager.Default. persistenceManager()PersistenceManager<Binary>StorageConnection.Default. persistenceManager()PersistenceManager<Binary>StorageConnection. persistenceManager()Constructors in one.microstream.storage.types with parameters of type PersistenceManager Constructor Description Default(PersistenceManager<Binary> delegate, StorageRequestAcceptor connectionRequestAcceptor)
-