Class PersistenceTypeDictionaryIoHandler.Provider.Abstract
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider.Abstract
- All Implemented Interfaces:
PersistenceTypeDictionaryIoHandler.Provider
- Direct Known Subclasses:
StorageFileProvider.Abstract
- Enclosing interface:
- PersistenceTypeDictionaryIoHandler.Provider
public abstract static class PersistenceTypeDictionaryIoHandler.Provider.Abstract 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 Abstract()
-
Method Summary
Modifier and Type Method Description PersistenceTypeDictionaryIoHandler
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
-
Abstract
public Abstract()
-
-
Method Details
-
provideTypeDictionaryIoHandler
public PersistenceTypeDictionaryIoHandler provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)- Specified by:
provideTypeDictionaryIoHandler
in interfacePersistenceTypeDictionaryIoHandler.Provider
-