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).
Author:
Guillaume Darmont / guillaume@dropinocean.com