public class UserLoginFailureMapper extends Object implements org.infinispan.distexec.mapreduce.Mapper<LoginFailureKey,LoginFailureEntity,LoginFailureKey,Object>, Serializable
Constructor and Description |
---|
UserLoginFailureMapper(String realm) |
Modifier and Type | Method and Description |
---|---|
static UserLoginFailureMapper |
create(String realm) |
UserLoginFailureMapper |
emitKey() |
void |
map(LoginFailureKey key,
LoginFailureEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
public UserLoginFailureMapper(String realm)
public static UserLoginFailureMapper create(String realm)
public UserLoginFailureMapper emitKey()
public void map(LoginFailureKey key, LoginFailureEntity e, org.infinispan.distexec.mapreduce.Collector collector)
map
in interface org.infinispan.distexec.mapreduce.Mapper<LoginFailureKey,LoginFailureEntity,LoginFailureKey,Object>
Copyright © 2016 JBoss by Red Hat. All rights reserved.