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 Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageThreadNameProvider
StorageThreadNameProvider.NoOp, StorageThreadNameProvider.Prefixer
-
Constructor Summary
Constructors Constructor Description Prefixer()
-
Method Summary
Modifier and Type Method Description String
provideThreadName(StorageThreadProviding threadProvider, String definedThreadName)
-
Constructor Details
-
Prefixer
public Prefixer()
-
-
Method Details
-
provideThreadName
public final String provideThreadName(StorageThreadProviding threadProvider, String definedThreadName)- Specified by:
provideThreadName
in interfaceStorageThreadNameProvider
-