Class UnarySessionAffinity<M extends GroupMember>
java.lang.Object
org.wildfly.clustering.session.cache.affinity.UnarySessionAffinity<M>
- Type Parameters:
M- the group member type
- All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>, Function<String, String>, UnaryOperator<String>
public class UnarySessionAffinity<M extends GroupMember>
extends Object
implements UnaryOperator<String>
Session affinity to a multiple members.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface UnaryOperator
IDENTITY, NULL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UnaryOperator
andThen, compose, handle, orDefault, withDefault
-
Constructor Details
-
UnarySessionAffinity
-
-
Method Details
-
apply
-