| Package | Description |
|---|---|
| com.hazelcast.web.entryprocessor |
Provides Entry Processors used in hazelcast-wm
|
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.map.EntryBackupProcessor<String,SessionState> |
GetAttributeNamesEntryProcessor.getBackupProcessor() |
com.hazelcast.map.EntryBackupProcessor<String,SessionState> |
GetAttributeEntryProcessor.getBackupProcessor() |
com.hazelcast.map.EntryBackupProcessor<String,SessionState> |
GetSessionStateEntryProcessor.getBackupProcessor() |
com.hazelcast.map.EntryBackupProcessor<String,SessionState> |
SessionUpdateEntryProcessor.getBackupProcessor() |
com.hazelcast.map.EntryBackupProcessor<String,SessionState> |
DeleteSessionEntryProcessor.getBackupProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
GetAttributeNamesEntryProcessor.process(Map.Entry<String,SessionState> entry) |
com.hazelcast.nio.serialization.Data |
GetAttributeEntryProcessor.process(Map.Entry<String,SessionState> entry) |
Object |
GetSessionStateEntryProcessor.process(Map.Entry<String,SessionState> entry) |
Object |
SessionUpdateEntryProcessor.process(Map.Entry<String,SessionState> entry) |
Object |
DeleteSessionEntryProcessor.process(Map.Entry<String,SessionState> entry) |
void |
SessionUpdateEntryProcessor.processBackup(Map.Entry<String,SessionState> entry) |
void |
DeleteSessionEntryProcessor.processBackup(Map.Entry<String,SessionState> entry) |
Copyright © 2016. All Rights Reserved.