Package one.microstream.storage.types
Class StorageLiveFileProvider.Default
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider.Abstract
-
- one.microstream.storage.types.StorageFileProvider.Abstract
-
- one.microstream.storage.types.StorageLiveFileProvider.Default
-
- All Implemented Interfaces:
one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider,StorageFileProvider,StorageLiveFileProvider
- Enclosing interface:
- StorageLiveFileProvider
public static final class StorageLiveFileProvider.Default extends StorageFileProvider.Abstract implements StorageLiveFileProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider
one.microstream.persistence.types.PersistenceTypeDictionaryIoHandler.Provider.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFileProvider
StorageFileProvider.Abstract, StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageLiveFileProvider
StorageLiveFileProvider.Builder<B extends StorageLiveFileProvider.Builder<?>>, StorageLiveFileProvider.Default, StorageLiveFileProvider.Defaults
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStorageLocationIdentifier()Returns a String that uniquely identifies the storage location.-
Methods inherited from class one.microstream.storage.types.StorageFileProvider.Abstract
addDeletionFileNameTag, addTruncationFileNameTag, baseDirectory, collectDataFiles, defineTypeDictionaryFile, 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.StorageFileProvider
baseDirectory, collectDataFiles, deletionDirectory, fileNameProvider, fileSystem, provideDeletionTargetFile, provideTruncationTargetFile, truncationDirectory
-
Methods inherited from interface one.microstream.storage.types.StorageLiveFileProvider
provideDataFile, provideLockFile, provideTransactionsFile
-
-
-
-
Method Detail
-
getStorageLocationIdentifier
public String getStorageLocationIdentifier()
Description copied from interface:StorageLiveFileProviderReturns a String that uniquely identifies the storage location.- Specified by:
getStorageLocationIdentifierin interfaceStorageLiveFileProvider- Returns:
- a String that uniquely identifies the storage location.
-
-