Package one.microstream.storage.types
Class StorageThreadNameProvider.Prefixer
java.lang.Object
one.microstream.storage.types.StorageThreadNameProvider.Prefixer
- All Implemented Interfaces:
- StorageThreadNameProvider
- Enclosing interface:
- StorageThreadNameProvider
public static final class StorageThreadNameProvider.Prefixer extends Object implements StorageThreadNameProvider
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageThreadNameProviderStorageThreadNameProvider.NoOp, StorageThreadNameProvider.Prefixer
- 
Constructor SummaryConstructors Constructor Description Prefixer()
- 
Method SummaryModifier and Type Method Description StringprovideThreadName(StorageThreadProviding threadProvider, String definedThreadName)
- 
Constructor Details- 
Prefixerpublic Prefixer()
 
- 
- 
Method Details- 
provideThreadNamepublic final String provideThreadName(StorageThreadProviding threadProvider, String definedThreadName)- Specified by:
- provideThreadNamein interface- StorageThreadNameProvider
 
 
-