Class AddressSetFunctionMarshaller<F extends org.wildfly.clustering.cache.function.CollectionFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>>

java.lang.Object
org.wildfly.clustering.server.infinispan.provider.AddressSetFunctionMarshaller<F>
Type Parameters:
F - the function type
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<F>, org.infinispan.protostream.ProtobufTagMarshaller<F>, org.wildfly.clustering.marshalling.protostream.Marshallable<F>, org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<F>, org.wildfly.clustering.marshalling.protostream.Readable<F>, org.wildfly.clustering.marshalling.protostream.Writable<F>

public class AddressSetFunctionMarshaller<F extends org.wildfly.clustering.cache.function.CollectionFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>> extends Object implements org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<F>
Marshaller for an function that operates on a Set of Address instances.
Author:
Paul Ferraro