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 |
---|
InfinispanBeanGroup(I id,
BeanGroupEntry<I,T> entry,
MarshallingContext context,
Mutator mutator,
Remover<I> remover) |
InfinispanBeanGroupFactory(org.infinispan.Cache<BeanGroupKey<I>,BeanGroupEntry<I,T>> cache,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> beanCache,
MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context,
CacheProperties properties) |
Constructor and Description |
---|
InfinispanBeanGroupEntry(MarshalledValue<Map<I,T>,MarshallingContext> beans) |
InfinispanBeanGroupFactory(org.infinispan.Cache<BeanGroupKey<I>,BeanGroupEntry<I,T>> cache,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> beanCache,
MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context,
CacheProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleMarshallingContext |
Modifier and Type | Field and Description |
---|---|
protected MarshallingContext |
SimpleMarshalledValueFactory.context |
Modifier and Type | Method and Description |
---|---|
MarshallingContext |
MarshallingContextFactory.createMarshallingContext(MarshallingConfigurationRepository repository,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
T |
SimpleMarshalledValue.get(MarshallingContext context) |
Constructor and Description |
---|
HashableMarshalledValue(T object,
MarshallingContext context) |
HashableMarshalledValueFactory(MarshallingContext context) |
SimpleMarshalledValue(T object,
MarshallingContext context) |
SimpleMarshalledValueFactory(MarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
MarshallingContext |
ChannelCommandDispatcherFactoryConfiguration.getMarshallingContext() |
MarshallingContext |
ChannelCommandDispatcherFactoryBuilder.getMarshallingContext() |
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 |
---|
CoarseSessionAttributes(Map<String,Object> attributes,
Mutator mutator,
MarshallingContext context,
CacheProperties properties) |
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) |
CoarseSessionAttributesFactory(org.infinispan.Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> cache,
Marshaller<Map<String,Object>,MarshalledValue<Map<String,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) |
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) |
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.