Uses of Interface
one.microstream.persistence.types.PersistenceManager
-
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 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)
-
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.restadapter
Subinterfaces of PersistenceManager in one.microstream.storage.restadapter Modifier and Type Interface Description interface
ViewerBinaryPersistenceManager
Classes in one.microstream.storage.restadapter that implement PersistenceManager Modifier and Type Class Description static class
ViewerBinaryPersistenceManager.Default
Methods in one.microstream.storage.restadapter that return PersistenceManager Modifier and Type Method Description PersistenceManager<Binary>
ViewerBinaryPersistenceManager.Default. updateCurrentObjectId(long currentObjectId)
Constructors in one.microstream.storage.restadapter 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>
EmbeddedStorageManager.Default. persistenceManager()
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)