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 TypeClassDescriptionclassclassMarshaller 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 TypeClassDescriptionclassclassAByteBufferMarshallerbased 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 Marshaller -
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()Constructors in org.wildfly.clustering.session.cache.attributes with parameters of type MarshallerModifierConstructorDescriptionprotectedMarshallerSessionAttributesFactoryConfiguration(SessionManagerFactoryConfiguration<SC> configuration, Marshaller<V, MV> marshaller) -
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, Immutability immutability, CacheProperties properties, SessionAttributeActivationNotifier notifier) -
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) -
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)