| Package | Description | 
|---|---|
| com.hazelcast.web | 
 Provides Hazelcast-based session replication. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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.