Uses of Package
org.infinispan.interceptors.distribution
Packages that use org.infinispan.interceptors.distribution
Package
Description
Classes relating to the distributed cache mode.
Interceptors dealing with command replication in distributed/replicated mode.
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Classes in org.infinispan.interceptors.distribution used by org.infinispan.distributionClassDescriptionA write synchronizer that allows for a single thread to run the L1 update while others can block until it is completed.
-
Classes in org.infinispan.interceptors.distribution used by org.infinispan.distribution.implClassDescriptionA write synchronizer that allows for a single thread to run the L1 update while others can block until it is completed.
-
Classes in org.infinispan.interceptors.distribution used by org.infinispan.interceptors.distributionClassDescriptionBase class for distribution of entries across a cluster.Represents the ack collector for a write operation in triangle algorithm.Interceptor that handles L1 logic for non-transactional caches.This interceptor mixes several functions: A) replicates changes to other nodes B) commits the entry C) schedules invalidation On primary owner, the commit is executed before the change is replicated to other node.Handles the distribution of the transactional caches.
-
Classes in org.infinispan.interceptors.distribution used by org.infinispan.util.concurrentClassDescriptionRepresents the ack collector for a write operation in triangle algorithm.