Uses of Interface
one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler
-
Packages that use PersistenceTypeDictionaryIoHandler Package Description one.microstream.persistence.internal one.microstream.persistence.types one.microstream.storage.types -
-
Uses of PersistenceTypeDictionaryIoHandler in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceTypeDictionaryIoHandler Modifier and Type Class Description classPersistenceTypeDictionaryFileHandlerclassPersistenceTypeDictionaryFileHandlerArchivingMethods in one.microstream.persistence.internal that return PersistenceTypeDictionaryIoHandler Modifier and Type Method Description PersistenceTypeDictionaryIoHandlerPersistenceTypeDictionaryFileHandler.Creator. createTypeDictionaryIoHandler(File file, PersistenceTypeDictionaryStorer writeListener) -
Uses of PersistenceTypeDictionaryIoHandler in one.microstream.persistence.types
Methods in one.microstream.persistence.types that return PersistenceTypeDictionaryIoHandler Modifier and Type Method Description default PersistenceTypeDictionaryIoHandlerPersistenceTypeDictionaryIoHandler.Provider. provideTypeDictionaryIoHandler()PersistenceTypeDictionaryIoHandlerPersistenceTypeDictionaryIoHandler.Provider. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)Methods in one.microstream.persistence.types with parameters of type PersistenceTypeDictionaryIoHandler Modifier and Type Method Description default FPersistenceFoundation. setTypeDictionaryIoHandler(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler) -
Uses of PersistenceTypeDictionaryIoHandler in one.microstream.storage.types
Methods in one.microstream.storage.types that return PersistenceTypeDictionaryIoHandler Modifier and Type Method Description PersistenceTypeDictionaryIoHandlerStorageFileProvider.Default. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)PersistenceTypeDictionaryIoHandlerStorageFileProvider. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)PersistenceTypeDictionaryIoHandlerStorageIoHandler.Default. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)Methods in one.microstream.storage.types with parameters of type PersistenceTypeDictionaryIoHandler Modifier and Type Method Description static EmbeddedStorageConnectionFoundation<?>EmbeddedStorage. ConnectionFoundation(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler)Pseudo-constructor method to create a newEmbeddedStorageConnectionFoundationinstance using the passedPersistenceTypeDictionaryIoHandlerand default method references provided byPersistence.static EmbeddedStorageConnectionFoundation<?>EmbeddedStorage. ConnectionFoundation(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler, PersistenceTypeEvaluator typeEvaluatorPersistable)Pseudo-constructor method to create a newEmbeddedStorageConnectionFoundationinstance using the passed logic instances as its essential parts.
-