public class DestroySessionEntryProcessor extends AbstractWebDataEntryProcessor<Integer>
Boolean.TRUE
or Boolean.FALSE
to
indicate whether the reference count has reached zero. If the reference count reaches zero, the session
ID is removed by this processor to reduce network calls.Constructor and Description |
---|
DestroySessionEntryProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns type identifier for this class.
|
Object |
process(Map.Entry<String,Integer> entry)
Process the entry without worrying about concurrency.
|
getFactoryId, readData, writeData
public int getId()
IdentifiedDataSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.