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, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
provideTypeDictionaryIoHandler
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getStorageLocationIdentifier
Description copied from interface:StorageFileProviderReturns a String that uniquely identifies the storage location.- Specified by:
getStorageLocationIdentifierin 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:
provideTypeDictionaryIoHandlerin interfacePersistenceTypeDictionaryIoHandler.Provider- Specified by:
provideTypeDictionaryIoHandlerin interfaceStorageFileProvider
-
provideChannelDirectory
-
provideChannelDirectory
-
provideDataFile
- Specified by:
provideDataFilein interfaceStorageFileProvider
-
provideTransactionsFile
- Specified by:
provideTransactionsFilein interfaceStorageFileProvider
-
provideLockFile
- Specified by:
provideLockFilein interfaceStorageFileProvider
-
provideDeletionTargetFile
- Specified by:
provideDeletionTargetFilein interfaceStorageFileProvider
-
provideTruncationBackupTargetFile
public StorageNumberedFile provideTruncationBackupTargetFile(StorageNumberedFile fileToBeTruncated, long newLength)- Specified by:
provideTruncationBackupTargetFilein interfaceStorageFileProvider
-
collectDataFiles
- Specified by:
collectDataFilesin interfaceStorageFileProvider
-
toString
-