Class ConcurrentAddressSetAddFunction

  • All Implemented Interfaces:
    BiConsumer<Set<org.infinispan.remoting.transport.Address>,​org.infinispan.remoting.transport.Address>, BiFunction<Object,​Set<org.infinispan.remoting.transport.Address>,​Set<org.infinispan.remoting.transport.Address>>

    public class ConcurrentAddressSetAddFunction
    extends ConcurrentSetAddFunction<org.infinispan.remoting.transport.Address>
    Concurrent Set.add(Object) function for an Address.
    Author:
    Paul Ferraro
    • Constructor Detail

      • ConcurrentAddressSetAddFunction

        public ConcurrentAddressSetAddFunction​(org.infinispan.remoting.transport.Address address)