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