Package | Description |
---|---|
com.hazelcast.web.entryprocessor |
Provides Entry Processors used in hazelcast-wm
|
Modifier and Type | Method and Description |
---|---|
EntryBackupProcessor<String,SessionState> |
GetAttributeNamesEntryProcessor.getBackupProcessor() |
EntryBackupProcessor<String,SessionState> |
GetAttributeEntryProcessor.getBackupProcessor() |
EntryBackupProcessor<String,SessionState> |
GetSessionStateEntryProcessor.getBackupProcessor() |
EntryBackupProcessor<String,SessionState> |
SessionUpdateEntryProcessor.getBackupProcessor() |
EntryBackupProcessor<String,SessionState> |
DeleteSessionEntryProcessor.getBackupProcessor() |
Modifier and Type | Method and Description |
---|---|
Object |
GetAttributeNamesEntryProcessor.process(Map.Entry<String,SessionState> entry) |
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 Hazelcast, Inc.. All Rights Reserved.