protected static interface BaseDistributionInterceptor.ReadManyCommandHelper<C extends VisitableCommand> extends InvocationSuccessFunction<C>
Modifier and Type | Method and Description |
---|---|
void |
applyLocalResult(org.infinispan.interceptors.distribution.MergingCompletableFuture allFuture,
Object rv) |
C |
copyForLocal(C command,
List<Object> keys) |
ReadOnlyManyCommand |
copyForRemote(C command,
List<Object> keys,
InvocationContext ctx) |
CompletionStage<Void> |
fetchRequiredKeys(LocalizedCacheTopology cacheTopology,
Map<Address,List<Object>> requestedKeys,
List<Object> availableKeys,
InvocationContext ctx,
C command) |
Collection<?> |
keys(C command) |
Object |
transformResult(Object[] results) |
apply, apply
Collection<?> keys(C command)
ReadOnlyManyCommand copyForRemote(C command, List<Object> keys, InvocationContext ctx)
void applyLocalResult(org.infinispan.interceptors.distribution.MergingCompletableFuture allFuture, Object rv)
CompletionStage<Void> fetchRequiredKeys(LocalizedCacheTopology cacheTopology, Map<Address,List<Object>> requestedKeys, List<Object> availableKeys, InvocationContext ctx, C command)
Copyright © 2021 JBoss by Red Hat. All rights reserved.