Package one.microstream.storage.types
Class StorageBackupFileProvider.Default
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider.Abstract
one.microstream.storage.types.StorageFileProvider.Abstract
one.microstream.storage.types.StorageBackupFileProvider.Default
- All Implemented Interfaces:
PersistenceTypeDictionaryIoHandler.Provider
,StorageBackupFileProvider
,StorageFileProvider
- Enclosing interface:
- StorageBackupFileProvider
public static final class StorageBackupFileProvider.Default extends StorageFileProvider.Abstract implements StorageBackupFileProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
PersistenceTypeDictionaryIoHandler.Provider.Abstract
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageBackupFileProvider
StorageBackupFileProvider.Builder<B extends StorageBackupFileProvider.Builder<?>>, StorageBackupFileProvider.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFileProvider
StorageFileProvider.Abstract, StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description StorageBackupDataFile
provideBackupDataFile(int channelIndex, long fileNumber)
StorageBackupTransactionsFile
provideBackupTransactionsFile(int channelIndex)
Methods inherited from class one.microstream.storage.types.StorageFileProvider.Abstract
baseDirectory, collectDataFiles, deletionDirectory, fileNameProvider, fileSystem, provideChannelDirectory, provideDataFile, provideDeletionTargetFile, provideLockFile, provideTransactionsFile, provideTruncationTargetFile, toString, truncationDirectory
Methods inherited from class one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider.Abstract
provideTypeDictionaryIoHandler
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
provideTypeDictionaryIoHandler, provideTypeDictionaryIoHandler
Methods inherited from interface one.microstream.storage.types.StorageBackupFileProvider
provideBackupDataFile
Methods inherited from interface one.microstream.storage.types.StorageFileProvider
baseDirectory, collectDataFiles, deletionDirectory, fileNameProvider, fileSystem, provideDeletionTargetFile, provideTruncationTargetFile, truncationDirectory
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
provideBackupDataFile
- Specified by:
provideBackupDataFile
in interfaceStorageBackupFileProvider
-
provideBackupTransactionsFile
- Specified by:
provideBackupTransactionsFile
in interfaceStorageBackupFileProvider
-