Uses of Interface
one.microstream.persistence.types.PersistenceRootsView
Package | Description |
---|---|
one.microstream.persistence.types | |
one.microstream.storage.types |
-
Uses of PersistenceRootsView in one.microstream.persistence.types
Subinterfaces of PersistenceRootsView in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceRoots
Classes in one.microstream.persistence.types that implement PersistenceRootsView Modifier and Type Class Description static class
PersistenceRoots.Default
-
Uses of PersistenceRootsView in one.microstream.storage.types
Methods in one.microstream.storage.types that return PersistenceRootsView Modifier and Type Method Description PersistenceRootsView
EmbeddedStorageManager.Default. viewRoots()
PersistenceRootsView
StorageManager. viewRoots()
Returns a read-only view on all technical root instance registered in thisStorageManager
instance.
See the description inPersistenceRootsView
for details.