Uses of Interface
one.microstream.persistence.types.PersistenceManager
-
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.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 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, BufferSizeProviderIncremental bufferSizeProvider, ByteOrder targetByteOrder)
PersistenceManager<D>
PersistenceManager. updateCurrentObjectId(long currentObjectId)
-
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>
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)