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
-
-
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
-
-
-
-
Method Detail
-
provideTypeDictionaryIoHandler
public PersistenceTypeDictionaryFileHandler provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)
- Specified by:
provideTypeDictionaryIoHandler
in interfacePersistenceTypeDictionaryIoHandler.Provider
-
-