Class PersistenceTypeDictionaryFileHandler.Provider
java.lang.Object
one.microstream.persistence.internal.PersistenceTypeDictionaryFileHandler.Provider
- All Implemented Interfaces:
PersistenceTypeDictionaryIoHandler.Provider
- Enclosing class:
- PersistenceTypeDictionaryFileHandler
public static final class PersistenceTypeDictionaryFileHandler.Provider extends Object implements PersistenceTypeDictionaryIoHandler.Provider
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
PersistenceTypeDictionaryIoHandler.Provider.Abstract
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
Modifier and Type Method Description PersistenceTypeDictionaryFileHandler
provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
provideTypeDictionaryIoHandler
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
provideTypeDictionaryIoHandler
public PersistenceTypeDictionaryFileHandler provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)- Specified by:
provideTypeDictionaryIoHandler
in interfacePersistenceTypeDictionaryIoHandler.Provider
-