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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.ProviderPersistenceTypeDictionaryIoHandler.Provider.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageBackupFileProviderStorageBackupFileProvider.Builder<B extends StorageBackupFileProvider.Builder<?>>, StorageBackupFileProvider.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageFileProviderStorageFileProvider.Abstract, StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description StorageBackupDataFileprovideBackupDataFile(int channelIndex, long fileNumber)StorageBackupTransactionsFileprovideBackupTransactionsFile(int channelIndex)Methods inherited from class one.microstream.storage.types.StorageFileProvider.AbstractbaseDirectory, collectDataFiles, deletionDirectory, fileNameProvider, fileSystem, provideChannelDirectory, provideDataFile, provideDeletionTargetFile, provideLockFile, provideTransactionsFile, provideTruncationTargetFile, toString, truncationDirectoryMethods inherited from class one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider.AbstractprovideTypeDictionaryIoHandlerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.ProviderprovideTypeDictionaryIoHandler, provideTypeDictionaryIoHandlerMethods inherited from interface one.microstream.storage.types.StorageBackupFileProviderprovideBackupDataFileMethods inherited from interface one.microstream.storage.types.StorageFileProviderbaseDirectory, collectDataFiles, deletionDirectory, fileNameProvider, fileSystem, provideDeletionTargetFile, provideTruncationTargetFile, truncationDirectory
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
provideBackupDataFile- Specified by:
- provideBackupDataFilein interface- StorageBackupFileProvider
 
- 
provideBackupTransactionsFile- Specified by:
- provideBackupTransactionsFilein interface- StorageBackupFileProvider
 
 
-