Uses of Interface
org.wildfly.clustering.marshalling.MarshalledValueFactory
Packages that use MarshalledValueFactory
Package
Description
-
Uses of MarshalledValueFactory in org.wildfly.clustering.cache.infinispan.marshalling
Constructors in org.wildfly.clustering.cache.infinispan.marshalling with parameters of type MarshalledValueFactoryModifierConstructorDescriptionMarshalledValueTranscoder(org.infinispan.commons.dataconversion.MediaType type, MarshalledValueFactory<C> factory, org.infinispan.commons.marshall.Marshaller marshaller) Creates a transcoder for converting cache values to/from a marshalled value. -
Uses of MarshalledValueFactory in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement MarshalledValueFactoryModifier and TypeClassDescriptionclassFactory for creating aByteBufferMarshalledKey.classFactory for creating aByteBufferMarshalledValue.Constructors in org.wildfly.clustering.marshalling with parameters of type MarshalledValueFactoryModifierConstructorDescriptionMarshalledValueMarshaller(MarshalledValueFactory<C> factory) Constructs a new marshaller using the specified marshalled value factory. -
Uses of MarshalledValueFactory in org.wildfly.clustering.server.jgroups.dispatcher
Methods in org.wildfly.clustering.server.jgroups.dispatcher that return MarshalledValueFactoryModifier and TypeMethodDescriptionCommandDispatcherContext.getMarshalledValueFactory()Returns a marshalled value factory.Constructors in org.wildfly.clustering.server.jgroups.dispatcher with parameters of type MarshalledValueFactoryModifierConstructorDescriptionCommandDispatcherMarshaller(ByteBufferMarshaller marshaller, Object id, MarshalledValueFactory<MC> factory) Creates a marshaller of dispatched commands.