| 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 marshalled value that is lazily serialized and deserialized on demand.
|
| Modifier and Type | Method and Description |
|---|---|
<T> MarshalledValue<T,C> |
MarshalledValueFactory.createMarshalledValue(T object) |
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue<Map<I,T>,MarshallingContext> |
BeanGroupEntry.getBeans()
Returns the beans in this group indexed via identifier.
|
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue<Map<I,T>,MarshallingContext> |
InfinispanBeanGroupEntry.getBeans() |
| Constructor and Description |
|---|
InfinispanBeanGroupEntry(MarshalledValue<Map<I,T>,MarshallingContext> beans) |
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue<V,C> |
MarshalledValueSessionAttributeMarshaller.write(V object) |
| Modifier and Type | Method and Description |
|---|---|
V |
MarshalledValueSessionAttributeMarshaller.read(MarshalledValue<V,C> value) |
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue<Map<String,Object>,MarshallingContext> |
CoarseSessionEntry.getAttributes() |
| Constructor and Description |
|---|
CoarseImmutableSessionAttributes(MarshalledValue<Map<String,Object>,MarshallingContext> attributes,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller) |
CoarseSessionAttributes(MarshalledValue<Map<String,Object>,MarshallingContext> attributes,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller,
Mutator mutator) |
CoarseSessionEntry(CoarseSessionCacheEntry<L> cacheEntry,
MarshalledValue<Map<String,Object>,MarshallingContext> attributes) |
| Constructor and Description |
|---|
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> attributeCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Object,MarshalledValue<Object,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> attributeCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Object,MarshalledValue<Object,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.