Uses of Interface
org.wildfly.clustering.marshalling.Marshaller
Packages that use Marshaller
Package
Description
-
Uses of Marshaller in org.wildfly.clustering.marshalling
Subinterfaces of Marshaller in org.wildfly.clustering.marshallingClasses in org.wildfly.clustering.marshalling that implement MarshallerModifier and TypeClassDescriptionclassAn abstract byte buffer marshaller that performs read/writing within a specified ClassLoader context.classMarshaller that stores attribute values using marshalled values.Methods in org.wildfly.clustering.marshalling that return MarshallerModifier and TypeMethodDescriptionstatic <T> Marshaller<T, T> Marshaller.identity()An identity marshaller that does no marshalling. -
Uses of Marshaller in org.wildfly.clustering.marshalling.java
Classes in org.wildfly.clustering.marshalling.java that implement Marshaller -
Uses of Marshaller in org.wildfly.clustering.marshalling.jboss
Classes in org.wildfly.clustering.marshalling.jboss that implement Marshaller -
Uses of Marshaller in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement MarshallerModifier and TypeClassDescriptionclassA ProtoStream byte buffer marshaller.classAByteBufferMarshallerbased on a ProtoStreamWrappedMessage. -
Uses of Marshaller in org.wildfly.clustering.session
Classes in org.wildfly.clustering.session that implement MarshallerModifier and TypeClassDescriptionenumGeneric strategies for marshalling a string-based session identifier.Methods in org.wildfly.clustering.session that return MarshallerModifier and TypeMethodDescriptionIdentifierMarshallerProvider.getMarshaller()Returns the marshaller used to marshal session identifiers. -
Uses of Marshaller in org.wildfly.clustering.session.cache.attributes
Methods in org.wildfly.clustering.session.cache.attributes that return MarshallerModifier and TypeMethodDescriptionMarshallerSessionAttributesFactoryConfiguration.getMarshaller()SessionAttributesFactoryConfiguration.getMarshaller()Returns the marshaller for the attributes of a session.Constructors in org.wildfly.clustering.session.cache.attributes with parameters of type MarshallerModifierConstructorDescriptionprotected <SC>MarshallerSessionAttributesFactoryConfiguration(SessionManagerFactoryConfiguration<SC> configuration, Marshaller<V, MV> marshaller) Creates a session attributes factory configuration -
Uses of Marshaller in org.wildfly.clustering.session.cache.attributes.fine
Constructors in org.wildfly.clustering.session.cache.attributes.fine with parameters of type MarshallerModifierConstructorDescriptionFineSessionAttributes(K key, Map<String, Object> attributes, CacheEntryMutatorFactory<K, Map<String, V>> mutatorFactory, Marshaller<Object, V> marshaller, Predicate<Object> immutable, CacheProperties properties, SessionAttributeActivationNotifier notifier) Creates a fine-granularity session attributes implementation. -
Uses of Marshaller in org.wildfly.clustering.session.infinispan.embedded.user
Constructors in org.wildfly.clustering.session.infinispan.embedded.user with parameters of type MarshallerModifierConstructorDescriptionInfinispanUserContextFactory(EmbeddedCacheConfiguration configuration, Marshaller<PC, PV> marshaller, Supplier<TC> contextFactory) Creates a user context factory -
Uses of Marshaller in org.wildfly.clustering.session.infinispan.remote.user
Constructors in org.wildfly.clustering.session.infinispan.remote.user with parameters of type MarshallerModifierConstructorDescriptionHotRodUserContextFactory(RemoteCacheConfiguration configuration, Marshaller<PC, PV> marshaller, Supplier<TC> contextFactory) Creates a user context factory