Package | Description |
---|---|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.web.entryprocessor |
Provides Entry Processors used in hazelcast-wm
|
Modifier and Type | Method and Description |
---|---|
EntryBackupProcessor<K,V> |
AbstractEntryProcessor.getBackupProcessor() |
EntryBackupProcessor<K,V> |
EntryProcessor.getBackupProcessor()
Get the entry processor to be applied to backup entries.
|
Constructor and Description |
---|
EntryBackupOperation(String name,
Data dataKey,
EntryBackupProcessor entryProcessor) |
MultipleEntryBackupOperation(String name,
Set<Data> keys,
EntryBackupProcessor backupProcessor) |
PartitionWideEntryBackupOperation(String name,
EntryBackupProcessor backupProcessor) |
PartitionWideEntryWithPredicateBackupOperation(String name,
EntryBackupProcessor entryProcessor,
Predicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteSessionEntryProcessor
Entry processor which removes SessionState values if
invalidate is true.
|
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.
|
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() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.