Uses of Class
com.hazelcast.map.AbstractEntryProcessor

Packages that use AbstractEntryProcessor
com.hazelcast.web Provides Hazelcast-based session replication. 
 

Uses of AbstractEntryProcessor in com.hazelcast.web
 

Subclasses of AbstractEntryProcessor in com.hazelcast.web
 class AbstractWebDataEntryProcessor<T>
          A base class for EntryProcessors which will use the web data serializer.
 class AddSessionEntryProcessor
          Sets the initial reference count to 1.
 class DestroySessionEntryProcessor
          Decrements the reference count for a session, returning Boolean.TRUE or Boolean.FALSE to indicate whether the reference count has reached zero.
 class InvalidateSessionAttributesEntryProcessor
          Invalidates all attributes for a destroyed session, removing them from the clustered map.
 class ReferenceSessionEntryProcessor
          Increments the reference count, returning Boolean.FALSE if the entry does not exist and Boolean.TRUE otherwise.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.