Uses of Interface
one.microstream.persistence.types.PersistenceRoots
Package | Description |
---|---|
one.microstream.persistence.binary.types | |
one.microstream.persistence.types |
-
Uses of PersistenceRoots in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return PersistenceRoots Modifier and Type Method Description PersistenceRoots
BinaryLoader.Default. loadRoots()
PersistenceRoots
BinaryPersistenceRootsProvider.Default. peekRoots()
PersistenceRoots
BinaryPersistenceRootsProvider.Default. provideRoots()
Methods in one.microstream.persistence.binary.types with parameters of type PersistenceRoots Modifier and Type Method Description void
BinaryPersistenceRootsProvider.Default. updateRuntimeRoots(PersistenceRoots runtimeRoots)
-
Uses of PersistenceRoots in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceRoots Modifier and Type Class Description static class
PersistenceRoots.Default
Methods in one.microstream.persistence.types that return PersistenceRoots Modifier and Type Method Description PersistenceRoots
PersistenceLoader. loadRoots()
static PersistenceRoots
PersistenceRoots. New(PersistenceRootResolver rootResolver)
PersistenceRoots
PersistenceRootsProvider. peekRoots()
PersistenceRoots
PersistenceRootsProvider. provideRoots()
Methods in one.microstream.persistence.types with parameters of type PersistenceRoots Modifier and Type Method Description void
PersistenceRootsProvider. updateRuntimeRoots(PersistenceRoots runtimeRoots)