Uses of Interface
org.infinispan.interceptors.distribution.BaseDistributionInterceptor.RemoteGetAllHandler
-
Packages that use BaseDistributionInterceptor.RemoteGetAllHandler Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode. -
-
Uses of BaseDistributionInterceptor.RemoteGetAllHandler in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type BaseDistributionInterceptor.RemoteGetAllHandler Modifier and Type Method Description protected <C extends FlagAffectedCommand & TopologyAffectedCommand>
CompletableFuture<Void>BaseDistributionInterceptor. remoteGetAll(InvocationContext ctx, C command, Collection<?> keys, BaseDistributionInterceptor.RemoteGetAllHandler remoteGetAllHandler)
-