Uses of Interface
org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
-
Packages that use BaseDistributionInterceptor.ReadManyCommandHelper Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode. -
-
Uses of BaseDistributionInterceptor.ReadManyCommandHelper in org.infinispan.interceptors.distribution
Classes in org.infinispan.interceptors.distribution that implement BaseDistributionInterceptor.ReadManyCommandHelper Modifier and Type Class Description protected class
BaseDistributionInterceptor.ReadOnlyManyHelper
Methods in org.infinispan.interceptors.distribution with parameters of type BaseDistributionInterceptor.ReadManyCommandHelper Modifier and Type Method Description protected <C extends TopologyAffectedCommand & FlagAffectedCommand>
ObjectBaseDistributionInterceptor. handleFunctionalReadManyCommand(InvocationContext ctx, C command, BaseDistributionInterceptor.ReadManyCommandHelper<C> helper)
-