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