Uses of Interface
one.microstream.persistence.types.Persister
-
Uses of Persister in one.microstream.integrations.cdi.types.config
Classes in one.microstream.integrations.cdi.types.config that implement Persister Modifier and Type Class Description class
StorageManagerProxy
For MicroProfile Config, at deployment time, we need to validate if @ConfigProperty is valid by creating the StorageManager. -
Uses of Persister in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return Persister Modifier and Type Method Description Persister
BinaryLoader.Default. getPersister()
Methods in one.microstream.persistence.binary.types with parameters of type Persister Modifier and Type Method Description BinaryLoader
BinaryLoader.Creator. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> source)
BinaryLoader
BinaryLoader.CreatorChannelHashing. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> sourceSupplier)
BinaryLoader
BinaryLoader.CreatorSimple. createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> source)
static BinaryLoader.Default
BinaryLoader. New(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> sourceSupplier, LoadItemsChain loadItems, boolean switchByteOrder)
-
Uses of Persister in one.microstream.persistence.binary.util
Methods in one.microstream.persistence.binary.util that return Persister Modifier and Type Method Description protected Persister
SerializerFoundation.Default. ensurePersister()
Persister
SerializerFoundation.Default. getPersister()
Persister
SerializerFoundation. getPersister()
Methods in one.microstream.persistence.binary.util with parameters of type Persister Modifier and Type Method Description F
SerializerFoundation.Default. setPersister(Persister persister)
F
SerializerFoundation. setPersister(Persister persister)
-
Uses of Persister in one.microstream.persistence.types
Subinterfaces of Persister in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceManager<D>
Classes in one.microstream.persistence.types that implement Persister Modifier and Type Class Description static class
PersistenceManager.Default<D>
Methods in one.microstream.persistence.types that return Persister Modifier and Type Method Description protected Persister
PersistenceFoundation.Default. ensurePersister()
Persister
PersistenceFoundation.Default. getPersister()
Persister
PersistenceFoundation. getPersister()
Persister
PersistenceLoadHandler. getPersister()
-
Uses of Persister in one.microstream.storage.embedded.types
Subinterfaces of Persister in one.microstream.storage.embedded.types Modifier and Type Interface Description interface
EmbeddedStorageManager
StorageManager
sub type for usage as an embedded storage solution.Classes in one.microstream.storage.embedded.types that implement Persister Modifier and Type Class Description static class
EmbeddedStorageManager.Default
-
Uses of Persister in one.microstream.storage.restadapter.types
Subinterfaces of Persister in one.microstream.storage.restadapter.types Modifier and Type Interface Description interface
ViewerBinaryPersistenceManager
Classes in one.microstream.storage.restadapter.types that implement Persister Modifier and Type Class Description static class
ViewerBinaryPersistenceManager.Default
-
Uses of Persister in one.microstream.storage.types
Subinterfaces of Persister in one.microstream.storage.types Modifier and Type Interface Description interface
Database
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 Persister Modifier and Type Class Description static class
Database.Default
static class
StorageConnection.Default