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:
- PersistenceTypeDictionaryIoHandler.Provider,- StorageFileProvider,- StorageLiveFileProvider
- Enclosing interface:
- StorageLiveFileProvider
public static final class StorageLiveFileProvider.Default extends StorageFileProvider.Abstract implements StorageLiveFileProvider
- 
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.StorageFileProviderStorageFileProvider.Abstract, StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageLiveFileProviderStorageLiveFileProvider.Builder<B extends StorageLiveFileProvider.Builder<?>>, StorageLiveFileProvider.Default, StorageLiveFileProvider.Defaults
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description StringgetStorageLocationIdentifier()Returns a String that uniquely identifies the storage location.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.StorageFileProviderbaseDirectory, collectDataFiles, deletionDirectory, fileNameProvider, fileSystem, provideDeletionTargetFile, provideTruncationTargetFile, truncationDirectoryMethods inherited from interface one.microstream.storage.types.StorageLiveFileProviderprovideDataFile, provideLockFile, provideTransactionsFile
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
getStorageLocationIdentifierDescription copied from interface:StorageLiveFileProviderReturns a String that uniquely identifies the storage location.- Specified by:
- getStorageLocationIdentifierin interface- StorageLiveFileProvider
- Returns:
- a String that uniquely identifies the storage location.
 
 
-