Class BaseDistributionInterceptor.ReadOnlyManyHelper

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ReadOnlyManyHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(InvocationContext rCtx, org.infinispan.commands.functional.ReadOnlyManyCommand rCommand, java.lang.Object rv)
      Process the result from a successful invocation stage and either return a simple value, return a new InvocationStage, or throw an exception.
      void applyLocalResult​(org.infinispan.interceptors.distribution.MergingCompletableFuture allFuture, java.lang.Object rv)  
      org.infinispan.commands.functional.ReadOnlyManyCommand copyForLocal​(org.infinispan.commands.functional.ReadOnlyManyCommand command, java.util.List<java.lang.Object> keys)  
      org.infinispan.commands.functional.ReadOnlyManyCommand copyForRemote​(org.infinispan.commands.functional.ReadOnlyManyCommand command, java.util.List<java.lang.Object> keys, InvocationContext ctx)  
      java.util.concurrent.CompletionStage<java.lang.Void> fetchRequiredKeys​(LocalizedCacheTopology cacheTopology, java.util.Map<Address,​java.util.List<java.lang.Object>> requestedKeys, java.util.List<java.lang.Object> availableKeys, InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)  
      java.util.Collection<?> keys​(org.infinispan.commands.functional.ReadOnlyManyCommand command)  
      java.lang.Object transformResult​(java.lang.Object[] results)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait