Package one.microstream.storage.types
Class StorageChannelThreadProvider.Default
java.lang.Object
one.microstream.storage.types.StorageChannelThreadProvider.Default
- All Implemented Interfaces:
StorageChannelThreadProvider
,StorageThreadProviding
- Enclosing interface:
- StorageChannelThreadProvider
public static final class StorageChannelThreadProvider.Default extends Object implements StorageChannelThreadProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelThreadProvider
StorageChannelThreadProvider.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description Thread
provideChannelThread(StorageChannel storageChannel, StorageThreadNameProvider threadNameProvider)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageChannelThreadProvider
provideChannelThread
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
provideChannelThread
public Thread provideChannelThread(StorageChannel storageChannel, StorageThreadNameProvider threadNameProvider)- Specified by:
provideChannelThread
in interfaceStorageChannelThreadProvider
-