Class DistributionBulkInterceptor<K,​V>

  • Type Parameters:
    K - The key type of entries
    V - The value type of entries
    All Implemented Interfaces:
    org.infinispan.commands.Visitor, AsyncInterceptor

    public class DistributionBulkInterceptor<K,​V>
    extends DDAsyncInterceptor
    Interceptor that handles bulk entrySet and keySet commands when using in a distributed/replicated environment. This interceptor produces backing collections for either method and a distributed stream for either which leverages distributed processing through the cluster.