Uses of Interface
org.wildfly.clustering.marshalling.ByteBufferMarshaller
Packages that use ByteBufferMarshaller
Package
Description
-
Uses of ByteBufferMarshaller in org.wildfly.clustering.cache.infinispan.marshalling
Constructors in org.wildfly.clustering.cache.infinispan.marshalling with parameters of type ByteBufferMarshallerModifierConstructorDescriptionUserMarshaller(Supplier<org.infinispan.commons.dataconversion.MediaType> type, ByteBufferMarshaller marshaller) Creates a user marshaller based on the specified byte buffer marshaller.UserMarshaller(org.infinispan.commons.dataconversion.MediaType type, ByteBufferMarshaller marshaller) Creates a user marshaller based on the specified byte buffer marshaller. -
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement ByteBufferMarshallerModifier and TypeClassDescriptionclassAn abstract byte buffer marshaller that performs read/writing within a specified ClassLoader context.Classes in org.wildfly.clustering.marshalling that implement interfaces with type arguments of type ByteBufferMarshallerModifier and TypeClassDescriptionclassMarshalledValueimplementation that uses aByteBufferMarshaller.classFactory for creating aByteBufferMarshalledValue.Methods in org.wildfly.clustering.marshalling that return ByteBufferMarshallerMethods in org.wildfly.clustering.marshalling with parameters of type ByteBufferMarshallerConstructors in org.wildfly.clustering.marshalling with parameters of type ByteBufferMarshallerModifierConstructorDescriptionByteBufferMarshalledKey(K object, ByteBufferMarshaller marshaller) Constructs a marshalled key using the specified object and marshaller.ByteBufferMarshalledKeyFactory(ByteBufferMarshaller marshaller) Creates a factory of a marshalled key.ByteBufferMarshalledValue(V object, ByteBufferMarshaller marshaller) Constructs a marshalled value from the specified object and marshaller.ByteBufferMarshalledValueFactory(ByteBufferMarshaller marshaller) Creates a new marshalled value factory with the specified marshaller. -
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling.java
Classes in org.wildfly.clustering.marshalling.java that implement ByteBufferMarshaller -
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling.jboss
Classes in org.wildfly.clustering.marshalling.jboss that implement ByteBufferMarshaller -
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ByteBufferMarshallerModifier and TypeClassDescriptionclassA ProtoStream byte buffer marshaller.classAByteBufferMarshallerbased on a ProtoStreamWrappedMessage. -
Uses of ByteBufferMarshaller in org.wildfly.clustering.server.jgroups.dispatcher
Methods in org.wildfly.clustering.server.jgroups.dispatcher that return ByteBufferMarshallerModifier and TypeMethodDescriptionJChannelCommandDispatcherFactory.Configuration.getMarshaller()Returns the marshaller associated with this command dispatcher factory.Methods in org.wildfly.clustering.server.jgroups.dispatcher that return types with arguments of type ByteBufferMarshallerModifier and TypeMethodDescriptionJChannelCommandDispatcherFactory.Configuration.getMarshallerFactory()Returns a factory for creating command dispatcher specific marshaller.Constructors in org.wildfly.clustering.server.jgroups.dispatcher with parameters of type ByteBufferMarshallerModifierConstructorDescriptionCommandDispatcherMarshaller(ByteBufferMarshaller marshaller, Object id, MarshalledValueFactory<MC> factory) Creates a marshaller of dispatched commands. -
Uses of ByteBufferMarshaller in org.wildfly.clustering.session
Methods in org.wildfly.clustering.session that return ByteBufferMarshaller -
Uses of ByteBufferMarshaller in org.wildfly.clustering.session.cache.attributes
Subclasses with type arguments of type ByteBufferMarshaller in org.wildfly.clustering.session.cache.attributesModifier and TypeClassDescriptionclassConfiguration for a factory for creatingSessionAttributesobjects, based on marshalled values. -
Uses of ByteBufferMarshaller in org.wildfly.clustering.session.user
Methods in org.wildfly.clustering.session.user that return ByteBufferMarshallerModifier and TypeMethodDescriptionUserManagerConfiguration.getMarshaller()Returns the marshaller used to marshal the persistent user context.