Class ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>>

All Implemented Interfaces:
Runnable, CompletionStage<T>, Future<T>, HotRodConstants
Direct Known Subclasses:
GetAllParallelOperation, PutAllParallelOperation

public abstract class ParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> extends StatsAffectingHotRodOperation<T>
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
  • Constructor Details

    • ParallelHotRodOperation

      protected ParallelHotRodOperation(OperationContext operationContext, org.infinispan.api.common.CacheOptions options, DataFormat dataFormat)
  • Method Details