public class PrincipalNameExtractor extends com.hazelcast.query.extractor.ValueExtractor<MapSession,java.lang.String>
ValueExtractor
responsible for extracting principal name from the
MapSession
.Constructor and Description |
---|
PrincipalNameExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
extract(MapSession target,
java.lang.String argument,
com.hazelcast.query.extractor.ValueCollector collector) |
public void extract(MapSession target, java.lang.String argument, com.hazelcast.query.extractor.ValueCollector collector)
extract
in class com.hazelcast.query.extractor.ValueExtractor<MapSession,java.lang.String>