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 Modifier Constructor Description protectedAbstract(PersistenceTypeDictionaryFileHandler.Creator fileHandlerCreator) - 
Method Summary
Modifier and Type Method Description protected abstract AFiledefineTypeDictionaryFile()PersistenceTypeDictionaryIoHandlerprovideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
provideTypeDictionaryIoHandler 
- 
Constructor Details
 - 
Method Details
- 
defineTypeDictionaryFile
 - 
provideTypeDictionaryIoHandler
public PersistenceTypeDictionaryIoHandler provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)- Specified by:
 provideTypeDictionaryIoHandlerin interfacePersistenceTypeDictionaryIoHandler.Provider
 
 -