Package one.microstream.storage.types
Interface StorageLockFileManagerThreadProvider
- All Superinterfaces:
- StorageThreadProviding
- All Known Subinterfaces:
- StorageThreadProvider
- All Known Implementing Classes:
- StorageLockFileManagerThreadProvider.Default,- StorageThreadProvider.Wrapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface StorageLockFileManagerThreadProvider extends StorageThreadProviding
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageLockFileManagerThreadProvider.Default
- 
Method SummaryModifier and Type Method Description static StorageLockFileManagerThreadProviderNew()default ThreadprovideLockFileManagerThread(StorageLockFileManager lockFileManager)Provides a newly created, yet unstartedThreadinstance wrapping the passedStorageLockFileManagerinstance.ThreadprovideLockFileManagerThread(StorageLockFileManager lockFileManager, StorageThreadNameProvider threadNameProvider)
- 
Method Details- 
provideLockFileManagerThreadProvides a newly created, yet unstartedThreadinstance wrapping the passedStorageLockFileManagerinstance. The thread will be used as an exclusive, permanent lock file validator and updater worker thread until the storage is shut down. Interfering with the thread from outside the storage compound has undefined and potentially unpredictable and erronous behavior.- Returns:
- a Threadinstance to be used as a storage lock file managing worker thread.
 
- 
provideLockFileManagerThreadThread provideLockFileManagerThread(StorageLockFileManager lockFileManager, StorageThreadNameProvider threadNameProvider)
- 
New
 
-