Package | Description |
---|---|
com.hazelcast.hibernate.distributed |
Provides distributed class for Hibernate.
|
com.hazelcast.hibernate.local |
Provides local classes for Hibernate.
|
com.hazelcast.hibernate.serialization |
This class contains the Hibernate4 serializer hooks so what we don't
loose handling on serialization while working on hibernate
|
Modifier and Type | Method and Description |
---|---|
Expirable |
LockEntryProcessor.process(Map.Entry<Object,Expirable> entry) |
Modifier and Type | Method and Description |
---|---|
EntryBackupProcessor<Object,Expirable> |
AbstractRegionCacheEntryProcessor.getBackupProcessor() |
Modifier and Type | Method and Description |
---|---|
Void |
UnlockEntryProcessor.process(Map.Entry<Object,Expirable> entry) |
Boolean |
UpdateEntryProcessor.process(Map.Entry<Object,Expirable> entry) |
Expirable |
LockEntryProcessor.process(Map.Entry<Object,Expirable> entry) |
void |
AbstractRegionCacheEntryProcessor.processBackup(Map.Entry<Object,Expirable> entry) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<Object,Expirable> |
LocalRegionCache.cache |
Modifier and Type | Class and Description |
---|---|
class |
ExpiryMarker
An entry which is marked for expiration.
|
class |
Value
A value within a region cache
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.