public class UserSessionNoteMapper extends Object implements org.infinispan.distexec.mapreduce.Mapper<String,SessionEntity,String,Object>, Serializable
Constructor and Description |
---|
UserSessionNoteMapper(String realm) |
Modifier and Type | Method and Description |
---|---|
static UserSessionNoteMapper |
create(String realm) |
UserSessionNoteMapper |
emitKey() |
void |
map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
UserSessionNoteMapper |
notes(Map<String,String> notes) |
public UserSessionNoteMapper(String realm)
public static UserSessionNoteMapper create(String realm)
public UserSessionNoteMapper emitKey()
public UserSessionNoteMapper notes(Map<String,String> notes)
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 © 2015. All rights reserved.