Package | Description |
---|---|
com.hazelcast.hibernate.distributed |
Provides distributed class for Hibernate.
|
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 | Class and Description |
---|---|
class |
AbstractRegionCacheEntryProcessor
An abstract implementation of
EntryProcessor which acts on a hibernate region cache
IMap |
class |
LockEntryProcessor
A concrete implementation of
EntryProcessor which soft-locks
a region cached entry |
class |
UnlockEntryProcessor
A concrete implementation of
EntryProcessor which unlocks
a soft-locked region cached entry |
class |
UpdateEntryProcessor
A concrete implementation of
EntryProcessor which attempts
to update a region cache entry |
Modifier and Type | Method and Description |
---|---|
EntryBackupProcessor<Object,Expirable> |
AbstractRegionCacheEntryProcessor.getBackupProcessor() |
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
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 © 2016 Hazelcast, Inc.. All Rights Reserved.