Class SessionAttributeMapComputeFunction<V>

Type Parameters:
V - the session attribute value type
All Implemented Interfaces:
BiConsumer<Map<String,V>, Map<String,V>>, BiFunction<Object, Map<String,V>, Map<String,V>>, Operation<Map<String,V>>

public class SessionAttributeMapComputeFunction<V> extends MapComputeFunction<String,V>
A session attribute map compute function.
Author:
Paul Ferraro
  • Constructor Details

    • SessionAttributeMapComputeFunction

      public SessionAttributeMapComputeFunction(Map<String,V> operand)
      Creates a session attribute map compute function.
      Parameters:
      operand - a map of sessions to add, update, or remove.