Uses of Interface
one.microstream.persistence.types.PersistenceStoring
- 
Packages that use PersistenceStoring Package Description one.microstream.persistence.binary.types one.microstream.persistence.types one.microstream.storage.types  - 
- 
Uses of PersistenceStoring in one.microstream.persistence.binary.types
Subinterfaces of PersistenceStoring in one.microstream.persistence.binary.types Modifier and Type Interface Description interfaceBinaryStorerClasses in one.microstream.persistence.binary.types that implement PersistenceStoring Modifier and Type Class Description static classBinaryStorer.DefaultDefault implementation that stores referenced instances only if required (i.e.static classBinaryStorer.EagerIdentical toBinaryStorer.Default, but stores every referenced instance eagerly.
For a more differentiated solution between the two simple, but extreme strategies, seePersistenceEagerStoringFieldEvaluator. - 
Uses of PersistenceStoring in one.microstream.persistence.types
Subinterfaces of PersistenceStoring in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceManager<M>interfacePersistenceStorer<M>interfaceStorerA type extending the simplePersistenceStoringto enable stateful store handling.Classes in one.microstream.persistence.types that implement PersistenceStoring Modifier and Type Class Description static classPersistenceManager.Default<M>Methods in one.microstream.persistence.types with parameters of type PersistenceStoring Modifier and Type Method Description voidPersistenceTypeHandlerManager. checkForPendingRootsStoring(PersistenceStoring storingCallback)voidPersistenceTypeHandlerManager.Default. checkForPendingRootsStoring(PersistenceStoring storingCallback) - 
Uses of PersistenceStoring in one.microstream.storage.types
Subinterfaces of PersistenceStoring in one.microstream.storage.types Modifier and Type Interface Description interfaceEmbeddedStorageManagerinterfaceStorageConnectionUltra-thin delegatig type that connects aPersistenceManagerinstance (potentially exclusively created) to a storage instance.Classes in one.microstream.storage.types that implement PersistenceStoring Modifier and Type Class Description static classEmbeddedStorageManager.Defaultstatic classStorageConnection.Default 
 -