Package one.microstream.storage.types
Class StorageFileProvider.Default
java.lang.Object
one.microstream.storage.types.StorageFileProvider.Default
- All Implemented Interfaces:
PersistenceTypeDictionaryIoHandler.Provider
,StorageFileProvider
- Enclosing interface:
- StorageFileProvider
public static final class StorageFileProvider.Default extends Object implements StorageFileProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFileProvider
StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>, StorageFileProvider.Default, StorageFileProvider.Defaults, StorageFileProvider.Static
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
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
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getStorageLocationIdentifier
Description copied from interface:StorageFileProvider
Returns a String that uniquely identifies the storage location.- Specified by:
getStorageLocationIdentifier
in interfaceStorageFileProvider
- Returns:
- a String that uniquely identifies the storage location.
-
baseDirectory
-
deletionDirectory
-
truncationDirectory
-
channelDirectoryPrefix
-
storageFileSuffix
-
typeDictionaryFileName
-
lockFileName
-
provideStorageFileName
-
provideTransactionFileName
-
provideTypeDictionaryIoHandler
public PersistenceTypeDictionaryIoHandler provideTypeDictionaryIoHandler(PersistenceTypeDictionaryStorer writeListener)- Specified by:
provideTypeDictionaryIoHandler
in interfacePersistenceTypeDictionaryIoHandler.Provider
- Specified by:
provideTypeDictionaryIoHandler
in interfaceStorageFileProvider
-
provideChannelDirectory
-
provideChannelDirectory
-
provideDataFile
- Specified by:
provideDataFile
in interfaceStorageFileProvider
-
provideTransactionsFile
- Specified by:
provideTransactionsFile
in interfaceStorageFileProvider
-
provideLockFile
- Specified by:
provideLockFile
in interfaceStorageFileProvider
-
provideDeletionTargetFile
- Specified by:
provideDeletionTargetFile
in interfaceStorageFileProvider
-
provideTruncationBackupTargetFile
public StorageNumberedFile provideTruncationBackupTargetFile(StorageNumberedFile fileToBeTruncated, long newLength)- Specified by:
provideTruncationBackupTargetFile
in interfaceStorageFileProvider
-
collectDataFiles
- Specified by:
collectDataFiles
in interfaceStorageFileProvider
-
toString
-