Class NarySessionAffinity<M extends org.wildfly.clustering.server.GroupMember>

java.lang.Object
org.wildfly.clustering.session.cache.affinity.NarySessionAffinity<M>
Type Parameters:
M - the group member type
All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>

public class NarySessionAffinity<M extends org.wildfly.clustering.server.GroupMember> extends Object implements UnaryOperator<String>
Session affinity to a single member.
Author:
Paul Ferraro