Class SessionUpdateEntryProcessor
java.lang.Object
com.hazelcast.map.AbstractEntryProcessor<String,MapSession>
org.springframework.session.hazelcast.SessionUpdateEntryProcessor
- All Implemented Interfaces:
com.hazelcast.core.Offloadable
,com.hazelcast.map.EntryProcessor<String,
,MapSession> Serializable
public class SessionUpdateEntryProcessor
extends com.hazelcast.map.AbstractEntryProcessor<String,MapSession>
implements com.hazelcast.core.Offloadable
Hazelcast
EntryProcessor
responsible for handling updates to session.- Since:
- 1.3.4
- See Also:
-
Field Summary
Fields inherited from interface com.hazelcast.core.Offloadable
NO_OFFLOADING, OFFLOADABLE_EXECUTOR
-
Constructor Summary
-
Method Summary
Methods inherited from class com.hazelcast.map.AbstractEntryProcessor
getBackupProcessor
-
Constructor Details
-
SessionUpdateEntryProcessor
public SessionUpdateEntryProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.hazelcast.map.EntryProcessor<String,
MapSession>
-
getExecutorName
- Specified by:
getExecutorName
in interfacecom.hazelcast.core.Offloadable
-