Skip navigation links
A B C D E F G H I J K L M N P R S T U W 

A

AbstractKeyStrategy - Class in com.mc.hibernate.memcached.keystrategy
KeyStrategy base class that handles concatenation, cleaning, and truncating the final cache key.
AbstractKeyStrategy() - Constructor for class com.mc.hibernate.memcached.keystrategy.AbstractKeyStrategy
 
AbstractMemcachedAccessStrategy<T extends AbstractMemcachedRegion> - Class in com.mc.hibernate.memcached.strategy
 
AbstractMemcachedAccessStrategy(T, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
 
AbstractMemcachedRegion - Class in com.mc.hibernate.memcached.region
 
AbstractReadWriteMemcachedAccessStrategy<T extends AbstractMemcachedRegion> - Class in com.mc.hibernate.memcached.strategy
 
AbstractReadWriteMemcachedAccessStrategy(T, SessionFactoryOptions, CacheDataDescription) - Constructor for class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Creates a read/write cache access strategy around the given cache region.
AbstractReadWriteMemcachedAccessStrategy.Item - Class in com.mc.hibernate.memcached.strategy
Wrapper type representing unlocked items.
AbstractReadWriteMemcachedAccessStrategy.Lock - Class in com.mc.hibernate.memcached.strategy
Wrapper type representing locked items.
AbstractReadWriteMemcachedAccessStrategy.Lockable - Interface in com.mc.hibernate.memcached.strategy
Interface type implemented by all wrapper objects in the cache.
afterInsert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
afterInsert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
afterInsert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
afterInsert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
afterInsert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
afterInsert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 

B

buildAccessStrategy(AccessType) - Method in class com.mc.hibernate.memcached.region.MemcachedCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class com.mc.hibernate.memcached.region.MemcachedEntityRegion
 
buildAccessStrategy(AccessType) - Method in class com.mc.hibernate.memcached.region.MemcachedNaturalIdRegion
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 

C

cache - Variable in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
clear() - Method in class com.mc.hibernate.memcached.MemcachedCache
Clear functionality is disabled by default.
com.mc.hibernate.memcached - package com.mc.hibernate.memcached
 
com.mc.hibernate.memcached.keystrategy - package com.mc.hibernate.memcached.keystrategy
 
com.mc.hibernate.memcached.region - package com.mc.hibernate.memcached.region
 
com.mc.hibernate.memcached.spymemcached - package com.mc.hibernate.memcached.spymemcached
 
com.mc.hibernate.memcached.strategy - package com.mc.hibernate.memcached.strategy
 
com.mc.hibernate.memcached.utils - package com.mc.hibernate.memcached.utils
 
concatenateKey(String, long, Object) - Method in class com.mc.hibernate.memcached.keystrategy.AbstractKeyStrategy
 
concatenateKey(String, long, Object) - Method in class com.mc.hibernate.memcached.keystrategy.DigestKeyStrategy
 
Config - Class in com.mc.hibernate.memcached
 
Config(PropertiesHelper) - Constructor for class com.mc.hibernate.memcached.Config
 
contains(Object) - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
createAuthDescriptor() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
createMemcacheClient() - Method in interface com.mc.hibernate.memcached.MemcacheClientFactory
 
createMemcacheClient() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 

D

decrementLock(Object, AbstractReadWriteMemcachedAccessStrategy.Lock) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Unlock and re-put the given key, lock combination.
DEFAULT_CACHE_TIME_SECONDS - Static variable in class com.mc.hibernate.memcached.Config
 
DEFAULT_CLEAR_SUPPORTED - Static variable in class com.mc.hibernate.memcached.Config
 
DEFAULT_DOGPILE_PREVENTION - Static variable in class com.mc.hibernate.memcached.Config
 
DEFAULT_MEMCACHE_CLIENT_FACTORY - Static variable in class com.mc.hibernate.memcached.Config
 
delete(String) - Method in interface com.mc.hibernate.memcached.Memcache
 
delete(String) - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
destroy() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
destroy() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
digest(String) - Method in class com.mc.hibernate.memcached.keystrategy.DigestKeyStrategy
 
digest(String) - Method in class com.mc.hibernate.memcached.keystrategy.Md5KeyStrategy
 
digest(String) - Method in class com.mc.hibernate.memcached.keystrategy.Sha1KeyStrategy
 
DigestKeyStrategy - Class in com.mc.hibernate.memcached.keystrategy
 
DigestKeyStrategy() - Constructor for class com.mc.hibernate.memcached.keystrategy.DigestKeyStrategy
 
DOGPILE_TOKEN - Static variable in class com.mc.hibernate.memcached.MemcachedCache
 

E

equals(Object) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
evict(Object) - Method in class com.mc.hibernate.memcached.region.MemcachedQueryResultsRegion
 
evict(Object) - Method in class com.mc.hibernate.memcached.region.MemcachedTimestampsRegion
 
evict(Object) - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
Remove the given mapping without regard to transactional safety
evictAll() - Method in class com.mc.hibernate.memcached.region.MemcachedQueryResultsRegion
 
evictAll() - Method in class com.mc.hibernate.memcached.region.MemcachedTimestampsRegion
 
evictAll() - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
Remove all mappings without regard to transactional safety

F

findValue(String...) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 

G

generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
get(String) - Method in interface com.mc.hibernate.memcached.Memcache
 
get(Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
get(String) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
get(String, String) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
get(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.region.MemcachedQueryResultsRegion
 
get(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.region.MemcachedTimestampsRegion
 
get(String) - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Returns null if the item is not readable.
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
get(Object, long) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
get(SessionImplementor, Object, long) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
getBoolean(String, boolean) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
getCache() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
getCacheDataDescription() - Method in class com.mc.hibernate.memcached.region.MemcachedCollectionRegion
 
getCacheDataDescription() - Method in class com.mc.hibernate.memcached.region.MemcachedEntityRegion
 
getCacheDataDescription() - Method in class com.mc.hibernate.memcached.region.MemcachedNaturalIdRegion
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
getCacheTimeSeconds(String) - Method in class com.mc.hibernate.memcached.Config
 
getCacheTimeSeconds() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getConnectionFactory() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getConnectionFactoryName() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getDefaultAccessType() - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
getDogpilePreventionExpirationFactor(String) - Method in class com.mc.hibernate.memcached.Config
 
getDogpilePreventionExpirationFactor() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getDouble(String, double) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
getElementCountInMemory() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getElementCountInMemory() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
getElementCountOnDisk() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getElementCountOnDisk() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
getEnum(String, Class<T>, T) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
getHashAlgorithm() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getInt(String, int) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
getKeyStrategy() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getKeyStrategyName(String) - Method in class com.mc.hibernate.memcached.Config
 
getLong(String, long) - Method in class com.mc.hibernate.memcached.PropertiesHelper
 
getMemcachedClientFactory(Config) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
getMemcachedClientFactoryName() - Method in class com.mc.hibernate.memcached.Config
 
getMulti(String...) - Method in interface com.mc.hibernate.memcached.Memcache
 
getMulti(String...) - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
getName() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
getNaturalIdValues(Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
getOperationQueueLength() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getOperationTimeoutMillis() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getProperties() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getPropertiesHelper() - Method in class com.mc.hibernate.memcached.Config
 
getReadBufferSize() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getRegion() - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
 
getRegionName() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getServerList() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
getSizeInMemory() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getSizeInMemory() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
getTimeout() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
getTimeout() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
getValue() - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Item
Returns the enclosed value.
getValue() - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Returns the enclosed value.
getValue() - Method in interface com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lockable
Returns the enclosed value.

H

handleErrorOnDelete(String, Exception) - Method in class com.mc.hibernate.memcached.LoggingMemcacheExceptionHandler
 
handleErrorOnDelete(String, Exception) - Method in interface com.mc.hibernate.memcached.MemcacheExceptionHandler
 
handleErrorOnGet(String, Exception) - Method in class com.mc.hibernate.memcached.LoggingMemcacheExceptionHandler
 
handleErrorOnGet(String, Exception) - Method in interface com.mc.hibernate.memcached.MemcacheExceptionHandler
 
handleErrorOnIncr(String, int, int, Exception) - Method in class com.mc.hibernate.memcached.LoggingMemcacheExceptionHandler
 
handleErrorOnIncr(String, int, int, Exception) - Method in interface com.mc.hibernate.memcached.MemcacheExceptionHandler
 
handleErrorOnSet(String, int, Object, Exception) - Method in class com.mc.hibernate.memcached.LoggingMemcacheExceptionHandler
 
handleErrorOnSet(String, int, Object, Exception) - Method in interface com.mc.hibernate.memcached.MemcacheExceptionHandler
 
handleLockExpiry(Object, AbstractReadWriteMemcachedAccessStrategy.Lockable) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Handle the timeout of a previous lock mapped to this key
hashCode() - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock

I

incr(String, int, int) - Method in interface com.mc.hibernate.memcached.Memcache
 
incr(String, int, int) - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
insert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
insert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
insert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
insert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
insert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
insert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
insert(SessionImplementor, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
insert(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
isClearSupported(String) - Method in class com.mc.hibernate.memcached.Config
 
isClearSupported() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
isDaemonMode() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
isDogpilePreventionEnabled(String) - Method in class com.mc.hibernate.memcached.Config
 
isDogpilePreventionEnabled() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
isMinimalPutsEnabledByDefault() - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
isReadable(long) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Item
Returns true if the enclosed value can be read by a transaction started at the given time.
isReadable(long) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Returns true if the enclosed value can be read by a transaction started at the given time.
isReadable(long) - Method in interface com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lockable
Returns true if the enclosed value can be read by a transaction started at the given time.
isTransactionAware() - Method in class com.mc.hibernate.memcached.region.MemcachedCollectionRegion
 
isTransactionAware() - Method in class com.mc.hibernate.memcached.region.MemcachedEntityRegion
 
isTransactionAware() - Method in class com.mc.hibernate.memcached.region.MemcachedNaturalIdRegion
 
isUnlockable(SoftLock) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Item
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isUnlockable(SoftLock) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isUnlockable(SoftLock) - Method in interface com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lockable
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isWriteable(long, Object, Comparator) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Item
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.
isWriteable(long, Object, Comparator) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.
isWriteable(long, Object, Comparator) - Method in interface com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lockable
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.

J

join(Object[], String) - Static method in class com.mc.hibernate.memcached.utils.StringUtils
 

K

KeyStrategy - Interface in com.mc.hibernate.memcached.keystrategy
 

L

lock(Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
lock(long, UUID, long) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Item
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified time.
lock(long, UUID, long) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified time.
lock(long, UUID, long) - Method in interface com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lockable
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified time.
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Soft-lock a cache item.
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
lockItem(Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
lockItem(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
lockRegion() - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
Region locks are not supported.
log - Variable in class com.mc.hibernate.memcached.keystrategy.AbstractKeyStrategy
 
LoggingMemcacheExceptionHandler - Class in com.mc.hibernate.memcached
 
LoggingMemcacheExceptionHandler() - Constructor for class com.mc.hibernate.memcached.LoggingMemcacheExceptionHandler
 

M

md5Hex(String) - Static method in class com.mc.hibernate.memcached.utils.StringUtils
 
Md5KeyStrategy - Class in com.mc.hibernate.memcached.keystrategy
 
Md5KeyStrategy() - Constructor for class com.mc.hibernate.memcached.keystrategy.Md5KeyStrategy
 
Memcache - Interface in com.mc.hibernate.memcached
 
MemcacheClientFactory - Interface in com.mc.hibernate.memcached
Simple interface used to abstract the creation of the MemcachedClient All implementers must have a constructor that takes an instance of PropertiesHelper.
MemcachedCache - Class in com.mc.hibernate.memcached
Wrapper around MemcachedClient instance to provide the bridge between Hibernate and Memcached.
MemcachedCache(String, Memcache, Config) - Constructor for class com.mc.hibernate.memcached.MemcachedCache
 
MemcachedCollectionRegion - Class in com.mc.hibernate.memcached.region
 
MemcachedCollectionRegion(MemcachedCache, SessionFactoryOptions, CacheDataDescription, Properties, Memcache) - Constructor for class com.mc.hibernate.memcached.region.MemcachedCollectionRegion
 
MemcachedEntityRegion - Class in com.mc.hibernate.memcached.region
 
MemcachedEntityRegion(MemcachedCache, SessionFactoryOptions, CacheDataDescription, Properties, Memcache) - Constructor for class com.mc.hibernate.memcached.region.MemcachedEntityRegion
 
MemcachedNaturalIdRegion - Class in com.mc.hibernate.memcached.region
 
MemcachedNaturalIdRegion(MemcachedCache, SessionFactoryOptions, CacheDataDescription, Properties, Memcache) - Constructor for class com.mc.hibernate.memcached.region.MemcachedNaturalIdRegion
 
MemcachedQueryResultsRegion - Class in com.mc.hibernate.memcached.region
 
MemcachedQueryResultsRegion(MemcachedCache) - Constructor for class com.mc.hibernate.memcached.region.MemcachedQueryResultsRegion
 
MemcachedRegionFactory - Class in com.mc.hibernate.memcached
 
MemcachedRegionFactory(Properties) - Constructor for class com.mc.hibernate.memcached.MemcachedRegionFactory
 
MemcachedRegionFactory() - Constructor for class com.mc.hibernate.memcached.MemcachedRegionFactory
 
MemcachedTimestampsRegion - Class in com.mc.hibernate.memcached.region
 
MemcachedTimestampsRegion(MemcachedCache) - Constructor for class com.mc.hibernate.memcached.region.MemcachedTimestampsRegion
 
MemcacheExceptionHandler - Interface in com.mc.hibernate.memcached
 

N

nextTimestamp() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
nextTimestamp() - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
nextTimestamp() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
NonStrictReadWriteMemcachedCollectionRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
NonStrictReadWriteMemcachedCollectionRegionAccessStrategy(MemcachedCollectionRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
NonStrictReadWriteMemcachedEntityRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
Based on Ehcache specific non-strict read/write entity region access strategy.
NonStrictReadWriteMemcachedEntityRegionAccessStrategy(MemcachedEntityRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given collection region.
NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy(MemcachedNaturalIdRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given NaturalId region.

P

PROP_CACHE_TIME_SECONDS - Static variable in class com.mc.hibernate.memcached.Config
 
PROP_CLEAR_SUPPORTED - Static variable in class com.mc.hibernate.memcached.Config
 
PROP_CONNECTION_FACTORY - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_DAEMON_MODE - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_DOGPILE_PREVENTION - Static variable in class com.mc.hibernate.memcached.Config
 
PROP_DOGPILE_PREVENTION_EXPIRATION_FACTOR - Static variable in class com.mc.hibernate.memcached.Config
 
PROP_HASH_ALGORITHM - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_MEMCACHE_CLIENT_FACTORY - Static variable in class com.mc.hibernate.memcached.Config
 
PROP_OPERATION_QUEUE_LENGTH - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_OPERATION_TIMEOUT - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_PASSWORD - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_PREFIX - Static variable in class com.mc.hibernate.memcached.Config
 
PROP_READ_BUFFER_SIZE - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_SERVERS - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PROP_USERNAME - Static variable in class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
PropertiesHelper - Class in com.mc.hibernate.memcached
 
PropertiesHelper(Properties) - Constructor for class com.mc.hibernate.memcached.PropertiesHelper
 
put(Object, Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
put(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.region.MemcachedQueryResultsRegion
 
put(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.region.MemcachedTimestampsRegion
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Returns false and fails to put the value if there is an existing un-writeable item mapped to this key.
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 

R

read(Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
ReadOnlyMemcachedCollectionRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
ReadOnlyMemcachedCollectionRegionAccessStrategy(MemcachedCollectionRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
 
ReadOnlyMemcachedEntityRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
ReadOnlyMemcachedEntityRegionAccessStrategy(MemcachedEntityRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
 
ReadOnlyMemcachedNaturalIdRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
ReadOnlyMemcachedNaturalIdRegionAccessStrategy(MemcachedNaturalIdRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
 
ReadWriteMemcachedCollectionRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
ReadWriteMemcachedCollectionRegionAccessStrategy(MemcachedCollectionRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedCollectionRegionAccessStrategy
 
ReadWriteMemcachedEntityRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
ReadWriteMemcachedEntityRegionAccessStrategy(MemcachedEntityRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
 
ReadWriteMemcachedNaturalIdRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
ReadWriteMemcachedNaturalIdRegionAccessStrategy(MemcachedNaturalIdRegion, SessionFactoryOptions, CacheDataDescription) - Constructor for class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
 
region - Variable in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
 
region() - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
 
remove(Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
remove(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
remove(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(SessionImplementor, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
removeAll() - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
Called to evict data from the entire region

S

set(String, int, Object) - Method in interface com.mc.hibernate.memcached.Memcache
 
set(String, int, Object) - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
setCacheTimeSeconds(int) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
setClearSupported(boolean) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
setDogpilePreventionEnabled(boolean) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
setDogpilePreventionExpirationFactor(double) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
setExceptionHandler(MemcacheExceptionHandler) - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
setKeyStrategy(KeyStrategy) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
settings() - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
The settings for this persistence unit.
sha1Hex(String) - Static method in class com.mc.hibernate.memcached.utils.StringUtils
 
Sha1KeyStrategy - Class in com.mc.hibernate.memcached.keystrategy
 
Sha1KeyStrategy() - Constructor for class com.mc.hibernate.memcached.keystrategy.Sha1KeyStrategy
 
shutdown() - Method in interface com.mc.hibernate.memcached.Memcache
 
shutdown() - Method in class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
SpyMemcache - Class in com.mc.hibernate.memcached.spymemcached
 
SpyMemcache(MemcachedClient) - Constructor for class com.mc.hibernate.memcached.spymemcached.SpyMemcache
 
SpyMemcacheClientFactory - Class in com.mc.hibernate.memcached.spymemcached
Parses hibernate properties to produce a MemcachedClient.
SpyMemcacheClientFactory(PropertiesHelper) - Constructor for class com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory
 
start(SessionFactoryOptions, Properties) - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
stop() - Method in class com.mc.hibernate.memcached.MemcachedRegionFactory
 
StringUtils - Class in com.mc.hibernate.memcached.utils
 
StringUtils() - Constructor for class com.mc.hibernate.memcached.utils.StringUtils
 

T

toKey(String, long, Object) - Method in class com.mc.hibernate.memcached.keystrategy.AbstractKeyStrategy
 
toKey(String, long, Object) - Method in interface com.mc.hibernate.memcached.keystrategy.KeyStrategy
 
toMap() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
toMap() - Method in class com.mc.hibernate.memcached.region.AbstractMemcachedRegion
 
toString() - Method in class com.mc.hibernate.memcached.MemcachedCache
 
toString() - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
TransactionalMemcachedCollectionRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
TransactionalMemcachedCollectionRegionAccessStrategy(MemcachedCollectionRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
TransactionalMemcachedEntityRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
TransactionalMemcachedEntityRegionAccessStrategy(MemcachedEntityRegion, MemcachedCache, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
TransactionalMemcachedNaturalIdRegionAccessStrategy - Class in com.mc.hibernate.memcached.strategy
 
TransactionalMemcachedNaturalIdRegionAccessStrategy(MemcachedNaturalIdRegion, SessionFactoryOptions) - Constructor for class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
transformKeyObject(Object) - Method in class com.mc.hibernate.memcached.keystrategy.AbstractKeyStrategy
 
transformKeyObject(Object) - Method in class com.mc.hibernate.memcached.keystrategy.DigestKeyStrategy
 

U

unlock(Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
unlock(long) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Unlocks this Lock, and timestamps the unlock event.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy
Soft-unlock a cache item.
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedCollectionRegionAccessStrategy
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedCollectionRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 
unlockRegion(SoftLock) - Method in class com.mc.hibernate.memcached.strategy.AbstractMemcachedAccessStrategy
Region locks are not supported - perform a cache clear as a precaution.
update(Object, Object) - Method in class com.mc.hibernate.memcached.MemcachedCache
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedEntityRegionAccessStrategy
update(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedNaturalIdRegionAccessStrategy
update(SessionImplementor, Object, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedEntityRegionAccessStrategy
update(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadOnlyMemcachedNaturalIdRegionAccessStrategy
update(SessionImplementor, Object, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedEntityRegionAccessStrategy
update(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.ReadWriteMemcachedNaturalIdRegionAccessStrategy
update(SessionImplementor, Object, Object, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedEntityRegionAccessStrategy
update(SessionImplementor, Object, Object) - Method in class com.mc.hibernate.memcached.strategy.TransactionalMemcachedNaturalIdRegionAccessStrategy
 

W

wasLockedConcurrently() - Method in class com.mc.hibernate.memcached.strategy.AbstractReadWriteMemcachedAccessStrategy.Lock
Returns true if this Lock has been concurrently locked by more than one transaction.
A B C D E F G H I J K L M N P R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.