Uses of Class
org.infinispan.commands.AbstractVisitor
-
Packages that use AbstractVisitor Package Description org.infinispan.interceptors.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of AbstractVisitor in org.infinispan.interceptors.base
Subclasses of AbstractVisitor in org.infinispan.interceptors.base Modifier and Type Class Description class
BaseCustomInterceptor
Deprecated.Since 9.0, useBaseCustomAsyncInterceptor
instead.class
CommandInterceptor
Deprecated.Since 9.0, please extendBaseAsyncInterceptor
instead.class
PrePostProcessingCommandInterceptor
Deprecated.Since 9.0, please extendAsyncInterceptor
instead. -
Uses of AbstractVisitor in org.infinispan.interceptors.distribution
Subclasses of AbstractVisitor in org.infinispan.interceptors.distribution Modifier and Type Class Description protected static class
ScatteredDistributionInterceptor.PrimaryResponseGenerator
protected class
ScatteredDistributionInterceptor.PrimaryResponseHandler
-
Uses of AbstractVisitor in org.infinispan.statetransfer
Subclasses of AbstractVisitor in org.infinispan.statetransfer Modifier and Type Class Description class
AffectedKeysVisitor
Deprecated.since 9.1
-