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 | 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) |
MarshalledValue<V,C> |
MarshalledValueMarshaller.write(V object) |
Modifier and Type | Method and Description |
---|---|
V |
MarshalledValueMarshaller.read(MarshalledValue<V,C> value) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> |
CoarseSessionAttributesFactory.createValue(String id,
Void context) |
Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> |
CoarseSessionAttributesFactory.findValue(String id) |
Modifier and Type | Method and Description |
---|---|
ImmutableSessionAttributes |
CoarseSessionAttributesFactory.createImmutableSessionAttributes(String id,
Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> entry) |
SessionAttributes |
CoarseSessionAttributesFactory.createSessionAttributes(String id,
Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> entry) |
Constructor and Description |
---|
CoarseSessionAttributesFactory(org.infinispan.Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> cache,
Marshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
CoarseSessionAttributesFactory(org.infinispan.Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> cache,
Marshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Constructor and Description |
---|
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> cache,
Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> cache,
Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Modifier and Type | Method and Description |
---|---|
MarshalledValue<A,MarshallingContext> |
AuthenticationEntry.getAuthentication() |
Constructor and Description |
---|
AuthenticationEntry(MarshalledValue<A,MarshallingContext> authentication) |
Constructor and Description |
---|
InfinispanSSOFactory(org.infinispan.Cache<AuthenticationKey,AuthenticationEntry<A,L>> cache,
Marshaller<A,MarshalledValue<A,MarshallingContext>,MarshallingContext> marshaller,
LocalContextFactory<L> localContextFactory,
SessionsFactory<SV,D> sessionsFactory,
boolean lockOnRead) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.