public class ChainedUserNameMapper extends Object implements UserNameMapper, LifecycleAware
| Constructor and Description |
|---|
ChainedUserNameMapper() |
| Modifier and Type | Method and Description |
|---|---|
UserNameMapper[] |
getMappers()
Get child mappers.
|
String |
map(String name)
Map user name.
|
void |
setMappers(UserNameMapper... mappers)
Set child mappers.
|
void |
start() |
void |
stop() |
String |
toString() |
@Nullable public String map(String name)
map in interface UserNameMappername - User name.public void start()
throws IgniteException
start in interface LifecycleAwareIgniteExceptionpublic void stop()
throws IgniteException
stop in interface LifecycleAwareIgniteExceptionpublic UserNameMapper[] getMappers()
public void setMappers(UserNameMapper... mappers)
mappers - Child mappers.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.1-p166 Release Date : September 3 2019