Package | Description |
---|---|
com.hazelcast.web.entryprocessor |
Provides Entry Processors used in hazelcast-wm
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteSessionEntryProcessor
Entry processor which removes SessionState values if
invalidate is true.
|
class |
GetAttributeEntryProcessor
Entry processor which return attributes of SessionState values and
adds current jvmId into SessionState.
|
class |
GetAttributeNamesEntryProcessor
Entry processor which return attributes keySet of SessionState values and
adds current jvmId into SessionState.
|
class |
GetSessionStateEntryProcessor
Entry processor which return SessionState object stored in distributed map and
adds current jvmId into SessionState.
|
class |
SessionUpdateEntryProcessor
Entry processor which updates SessionState attributes stored in distributed map and
adds current jvmId into SessionState If value of attribute is set to null.
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.