Class PersistenceTypeDictionaryFileHandlerArchiving
- java.lang.Object
-
- one.microstream.persistence.internal.PersistenceTypeDictionaryFileHandler
-
- one.microstream.persistence.internal.PersistenceTypeDictionaryFileHandlerArchiving
-
- All Implemented Interfaces:
PersistenceTypeDictionaryIoHandler
,PersistenceTypeDictionaryLoader
,PersistenceTypeDictionaryStorer
public class PersistenceTypeDictionaryFileHandlerArchiving extends PersistenceTypeDictionaryFileHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class one.microstream.persistence.internal.PersistenceTypeDictionaryFileHandler
PersistenceTypeDictionaryFileHandler.Creator, PersistenceTypeDictionaryFileHandler.Provider
-
-
Constructor Summary
Constructors Constructor Description PersistenceTypeDictionaryFileHandlerArchiving()
-
Method Summary
Modifier and Type Method Description static PersistenceTypeDictionaryFileHandlerArchiving
New(Path file, PersistenceTypeDictionaryStorer writeListener)
-
Methods inherited from class one.microstream.persistence.internal.PersistenceTypeDictionaryFileHandler
loadTypeDictionary, New, NewInDirectory, NewInDirectory, Provider, ProviderInDirectory, readTypeDictionary, readTypeDictionary, storeTypeDictionary, writeTypeDictionary
-
-
-
-
Method Detail
-
New
public static PersistenceTypeDictionaryFileHandlerArchiving New(Path file, PersistenceTypeDictionaryStorer writeListener)
-
-