Uses of Interface
one.microstream.persistence.types.PersistenceStoring
Package | Description |
---|---|
one.microstream.persistence.binary.types | |
one.microstream.persistence.types | |
one.microstream.storage.restadapter | |
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 interface
BinaryStorer
Classes in one.microstream.persistence.binary.types that implement PersistenceStoring Modifier and Type Class Description static class
BinaryStorer.Default
Default implementation that stores referenced instances only if required (i.e.static class
BinaryStorer.Eager
Identical 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 interface
PersistenceManager<D>
interface
PersistenceStorer
interface
Persister
interface
Storer
A type extending the simplePersistenceStoring
to enable stateful store handling.Classes in one.microstream.persistence.types that implement PersistenceStoring Modifier and Type Class Description static class
PersistenceManager.Default<D>
Methods in one.microstream.persistence.types with parameters of type PersistenceStoring Modifier and Type Method Description void
PersistenceTypeHandlerManager. checkForPendingRootsStoring(PersistenceStoring storingCallback)
void
PersistenceTypeHandlerManager.Default. checkForPendingRootsStoring(PersistenceStoring storingCallback)
-
Uses of PersistenceStoring in one.microstream.storage.restadapter
Subinterfaces of PersistenceStoring in one.microstream.storage.restadapter Modifier and Type Interface Description interface
ViewerBinaryPersistenceManager
Classes in one.microstream.storage.restadapter that implement PersistenceStoring Modifier and Type Class Description static class
ViewerBinaryPersistenceManager.Default
Methods in one.microstream.storage.restadapter with parameters of type PersistenceStoring Modifier and Type Method Description void
ViewerBinaryTypeHandlerManager. checkForPendingRootsStoring(PersistenceStoring storingCallback)
-
Uses of PersistenceStoring in one.microstream.storage.types
Subinterfaces of PersistenceStoring in one.microstream.storage.types Modifier and Type Interface Description interface
Database
interface
EmbeddedStorageManager
StorageManager
sub type for usage as an embedded storage solution.interface
StorageConnection
Ultra-thin delegatig type that connects the application context to a storage instance via a Persistence layer (aPersistenceManager
instance, potentially exclusively created).interface
StorageManager
Central managing type of a native Java database's storage layer.Classes in one.microstream.storage.types that implement PersistenceStoring Modifier and Type Class Description static class
Database.Default
static class
EmbeddedStorageManager.Default
static class
StorageConnection.Default