Uses of Interface
one.microstream.persistence.types.PersistenceTypeDictionaryStorer
-
Packages that use PersistenceTypeDictionaryStorer Package Description one.microstream.persistence.internal one.microstream.persistence.types one.microstream.storage.types -
-
Uses of PersistenceTypeDictionaryStorer in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceTypeDictionaryStorer Modifier and Type Class Description class
PersistenceTypeDictionaryFileHandler
class
PersistenceTypeDictionaryFileHandlerArchiving
Methods in one.microstream.persistence.internal with parameters of type PersistenceTypeDictionaryStorer Modifier and Type Method Description PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryFileHandler.Creator. createTypeDictionaryIoHandler(Path file, PersistenceTypeDictionaryStorer writeListener)
static PersistenceTypeDictionaryFileHandler
PersistenceTypeDictionaryFileHandler. New(Path file, PersistenceTypeDictionaryStorer writeListener)
static PersistenceTypeDictionaryFileHandlerArchiving
PersistenceTypeDictionaryFileHandlerArchiving. New(Path file, PersistenceTypeDictionaryStorer writeListener)
static PersistenceTypeDictionaryFileHandler
PersistenceTypeDictionaryFileHandler. NewInDirectory(Path directory, PersistenceTypeDictionaryStorer writeListener)
PersistenceTypeDictionaryFileHandler
PersistenceTypeDictionaryFileHandler.Provider. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
-
Uses of PersistenceTypeDictionaryStorer in one.microstream.persistence.types
Subinterfaces of PersistenceTypeDictionaryStorer in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceTypeDictionaryIoHandler
Methods in one.microstream.persistence.types with type parameters of type PersistenceTypeDictionaryStorer Modifier and Type Method Description <H extends PersistenceTypeDictionaryLoader & PersistenceTypeDictionaryStorer>
FPersistenceFoundation.Default. setTypeDictionaryIoHandling(H typeDictionaryStorageHandler)
<H extends PersistenceTypeDictionaryLoader & PersistenceTypeDictionaryStorer>
FPersistenceFoundation. setTypeDictionaryIoHandling(H typeDictionaryStorage)
Methods in one.microstream.persistence.types that return PersistenceTypeDictionaryStorer Modifier and Type Method Description PersistenceTypeDictionaryStorer
PersistenceFoundation.Default. getTypeDictionaryStorer()
PersistenceTypeDictionaryStorer
PersistenceFoundation. getTypeDictionaryStorer()
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeDictionaryStorer Modifier and Type Method Description PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryIoHandler.Provider. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
F
PersistenceFoundation.Default. setTypeDictionaryStorer(PersistenceTypeDictionaryStorer typeDictionaryStorer)
F
PersistenceFoundation. setTypeDictionaryStorer(PersistenceTypeDictionaryStorer typeDictionaryStorer)
Constructors in one.microstream.persistence.types with parameters of type PersistenceTypeDictionaryStorer Constructor Description Default(PersistenceTypeDictionaryAssembler assembler, PersistenceTypeDictionaryStorer storer)
-
Uses of PersistenceTypeDictionaryStorer in one.microstream.storage.types
Methods in one.microstream.storage.types with parameters of type PersistenceTypeDictionaryStorer Modifier and Type Method Description PersistenceTypeDictionaryIoHandler
StorageFileProvider.Default. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
PersistenceTypeDictionaryIoHandler
StorageFileProvider. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
PersistenceTypeDictionaryIoHandler
StorageIoHandler.Default. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
-