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) UserMarshaller(org.infinispan.commons.dataconversion.MediaType type, ByteBufferMarshaller marshaller) -
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement ByteBufferMarshallerClasses 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) ByteBufferMarshalledKeyFactory(ByteBufferMarshaller marshaller) ByteBufferMarshalledValue(V object, ByteBufferMarshaller marshaller) Constructs a marshalled value from the specified object and marshaller.ByteBufferMarshalledValueFactory(ByteBufferMarshaller 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 TypeClassDescriptionclassclassAByteBufferMarshallerbased on a ProtoStreamWrappedMessage. -
Uses of ByteBufferMarshaller in org.wildfly.clustering.server.jgroups.dispatcher
Methods in org.wildfly.clustering.server.jgroups.dispatcher that return ByteBufferMarshallerMethods in org.wildfly.clustering.server.jgroups.dispatcher that return types with arguments of type ByteBufferMarshallerModifier and TypeMethodDescriptionJChannelCommandDispatcherFactoryConfiguration.getMarshallerFactory()Constructors in org.wildfly.clustering.server.jgroups.dispatcher with parameters of type ByteBufferMarshallerModifierConstructorDescriptionCommandDispatcherMarshaller(ByteBufferMarshaller marshaller, Object id, MarshalledValueFactory<MC> factory) -
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 ByteBufferMarshaller