- unloadInstance() - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
-
Tries to shutdown a HazelcastInstance
- unlock(Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
-
- unlock(Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
-
- unlock(Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
-
- UNLOCK - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
-
- UnlockEntryProcessor - Class in com.hazelcast.hibernate.distributed
-
A concrete implementation of EntryProcessor which unlocks
a soft-locked region cached entry
- UnlockEntryProcessor() - Constructor for class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
-
- UnlockEntryProcessor(ExpiryMarker, String, long) - Constructor for class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
-
- unlockItem(Object, SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
-
Called when we have finished the attempted update/delete (which may or
may not have been successful), after transaction completion.
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
-
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
-
Called when we have finished the attempted update/delete (which may or
may not have been successful), after transaction completion.
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
-
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
-
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
-
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
-
- unlockRegion(SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
-
Called after we have finished the attempted invalidation of the entire
region
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
-
This will issue a log warning stating that an attempt was made to unlock a read-only cache region.
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
-
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
-
- update(Object, Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
-
Called after an item has been updated (before the transaction completes),
instead of calling evict().
- update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
-
Called after an item has been updated (before the transaction completes),
instead of calling evict().
- update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
-
- update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
-
Called after an item has been updated (before the transaction completes),
instead of calling evict().
- update(Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
-
- update(Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
-
- update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
-
- update(Object, Object, Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
-
- UPDATE - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
-
- UpdateEntryProcessor - Class in com.hazelcast.hibernate.distributed
-
A concrete implementation of EntryProcessor which attempts
to update a region cache entry
- UpdateEntryProcessor() - Constructor for class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
-
- UpdateEntryProcessor(ExpiryMarker, Object, Object, String, long) - Constructor for class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
-
- USE_NATIVE_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
Property to configure weather a Hazelcast client or node will be used for connection to the cluster