Package | Description |
---|---|
org.jboss.as.clustering | |
org.jboss.as.clustering.ejb3.cache.backing.infinispan |
Modifier and Type | Class and Description |
---|---|
class |
HashableMarshalledValue<T>
Like
SimpleMarshalledValue , but also serializes the underlying object's hash code,
so that this object can still be hashed, even if deserialized, but not yet rehydrated. |
class |
SimpleMarshalledValue<T>
A non-hashable marshalled value, that is lazily serialized, but only deserialized on demand.
|
Modifier and Type | Method and Description |
---|---|
<T> MarshalledValue<T,C> |
MarshalledValueFactory.createMarshalledValue(T object) |
Modifier and Type | Method and Description |
---|---|
Serializable |
LockKeyFactory.createLockKey(MarshalledValue<K,C> key) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanBackingCacheEntryStore.activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<MarshalledValue<K,C>,MarshalledValue<E,C>> event) |
void |
InfinispanBackingCacheEntryStore.activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<MarshalledValue<K,C>,MarshalledValue<E,C>> event) |
void |
InfinispanBackingCacheEntryStore.passivated(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<MarshalledValue<K,C>,MarshalledValue<E,C>> event) |
void |
InfinispanBackingCacheEntryStore.passivated(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<MarshalledValue<K,C>,MarshalledValue<E,C>> event) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.