Uses of Interface
one.microstream.persistence.types.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 class
PersistenceTypeDictionaryFileHandler
class
PersistenceTypeDictionaryFileHandlerArchiving
Methods in one.microstream.persistence.internal that return PersistenceTypeDictionaryIoHandler Modifier and Type Method Description PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryFileHandler.Creator. createTypeDictionaryIoHandler(AFile 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 PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryIoHandler.Provider.Abstract. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
default PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryIoHandler.Provider. provideTypeDictionaryIoHandler()
PersistenceTypeDictionaryIoHandler
PersistenceTypeDictionaryIoHandler.Provider. provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeDictionaryIoHandler Modifier and Type Method Description default F
PersistenceFoundation. setTypeDictionaryIoHandler(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler)
-
Uses of PersistenceTypeDictionaryIoHandler in one.microstream.storage.types
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 newEmbeddedStorageConnectionFoundation
instance using the passedPersistenceTypeDictionaryIoHandler
and default method references provided byPersistence
.static EmbeddedStorageConnectionFoundation<?>
EmbeddedStorage. ConnectionFoundation(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler, PersistenceTypeEvaluator typeEvaluatorPersistable)
Pseudo-constructor method to create a newEmbeddedStorageConnectionFoundation
instance using the passed logic instances as its essential parts.